diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-14 10:06:39 (GMT) |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-14 10:06:39 (GMT) |
commit | 4ee70eec51b4b536567d570f5545894c9286e00b (patch) | |
tree | 159cce2cb651da0998e17479baabec3c6ac5712c | |
parent | 6b6320e9e043d3f3759df64a7d543a1d55669bec (diff) | |
download | soup-transcoding-proxy-4ee70eec51b4b536567d570f5545894c9286e00b.zip soup-transcoding-proxy-4ee70eec51b4b536567d570f5545894c9286e00b.tar.gz |
Makefile: Document another DEBUG flag
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -DEBUG_CFLAGS := -O0 -ggdb -Wall -fsanitize=address -fno-omit-frame-pointer -DENCODE_DEBUG -DPLAY_DEBUG +DEBUG_CFLAGS := -O0 -ggdb -Wall -fsanitize=address -fno-omit-frame-pointer -DENCODE_DEBUG -DPLAY_DEBUG -DHEADERS_DEBUG CFLAGS := -O0 -ggdb -Wall -fno-omit-frame-pointer -DENCODE_DEBUG #CFLAGS := -O3 -march=native -Wall PKGCONFIG := pkg-config |