diff options
Diffstat (limited to 'bxgen.c')
-rwxr-xr-x | bxgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ gcc \ -Wno-unused-variable \ -Wno-unused-but-set-variable \ -Wno-unused-parameter \ - -O3 \ + -O0 \ -fsanitize=undefined,address,leak -mshstk \ -o $BIN $SRC && \ ./$BIN $@ && \ |