summaryrefslogtreecommitdiff
path: root/run_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.c')
-rwxr-xr-xrun_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.c b/run_tests.c
index 0729304..5acfe45 100755
--- a/run_tests.c
+++ b/run_tests.c
@@ -10,7 +10,7 @@ gcc \
-Wno-unused-variable \
-Wno-unused-but-set-variable \
-Wno-unused-function \
- -O3 -D NDEBUG \
+ -g \
-lm \
-fsanitize=undefined,address,leak \
-o $BIN $SRC && \