When testing, build with -DDEBUG.

This commit is contained in:
Emil Mikulic
2015-01-01 18:32:01 +11:00
parent 4bf0ef5896
commit 72c5539412
5 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
#
TARGET=$(dirname $0)/../darkhttpd.c
gcc -O -fstrict-aliasing \
gcc -O2 -fstrict-aliasing \
--all-warnings --extra-warnings \
$TARGET
-DDEBUG $TARGET
rm -f a.out