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

@ -9,5 +9,5 @@ LLVM=$HOME/llvm
$LLVM/install/bin/clang -Weverything -O \
-Wno-unreachable-code -Wno-padded -Wno-disabled-macro-expansion \
$TARGET
-DDEBUG $TARGET
rm -f a.out