summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2014-07-14 10:06:39 (GMT)
committerNirbheek Chauhan <nirbheek@centricular.com>2014-07-14 10:06:39 (GMT)
commit4ee70eec51b4b536567d570f5545894c9286e00b (patch)
tree159cce2cb651da0998e17479baabec3c6ac5712c
parent6b6320e9e043d3f3759df64a7d543a1d55669bec (diff)
downloadsoup-transcoding-proxy-4ee70eec51b4b536567d570f5545894c9286e00b.zip
soup-transcoding-proxy-4ee70eec51b4b536567d570f5545894c9286e00b.tar.gz
Makefile: Document another DEBUG flag
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f08b09d..fde12d0 100644
--- a/Makefile
+++ b/Makefile
@@ -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