summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorPeter Fors <peter.fors@mindkiller.com>2025-03-31 20:31:05 +0200
committerPeter Fors <peter.fors@mindkiller.com>2025-03-31 20:31:05 +0200
commita386ef64f6376b3ef8434a6cdf456495287fcbca (patch)
treee2da9f72ce0a565b4fac2fc8be19ab3497286b36 /build.sh
parentd5486a5af100fb37fac08b60d862ac14943853ce (diff)
currently 90% working
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"