Add debug flag to compile script
This commit is contained in:
parent
9312c0fb6b
commit
cd698a3921
2
compile
2
compile
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
CC=clang
|
||||
CFLAGS="-g -Wall -Werror -pedantic -fsanitize=address -fsanitize=undefined"
|
||||
CFLAGS="-g -Wall -Werror -pedantic -fsanitize=address -fsanitize=undefined -DDEBUG"
|
||||
INCLUDES="\
|
||||
-I$(find ./src -type d | xargs -I{} echo -n "-I{} ") \
|
||||
$(find intern/wizapp/src -type d | xargs -I{} echo -n "-I{} ") \
|
||||
|
Loading…
Reference in New Issue
Block a user