diff --git a/compile b/compile index 9eb8e1d..6983f6f 100755 --- a/compile +++ b/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{} ") \