summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index efe3158..e05fc05 100755
--- a/build.sh
+++ b/build.sh
@@ -35,6 +35,7 @@ fi
case "$BUILD_TYPE" in
"normal")
CFLAGS+=" -g -O2 -DDEBUG_INTERNAL"
+# -fsanitize=address,undefined -fno-omit-frame-pointer"
;;
"release")
CFLAGS+=" -s -O2"