From a386ef64f6376b3ef8434a6cdf456495287fcbca Mon Sep 17 00:00:00 2001 From: Peter Fors Date: Mon, 31 Mar 2025 20:31:05 +0200 Subject: currently 90% working --- build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build.sh') 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" -- cgit v1.2.3