X-Git-Url: https://skaterift.com/git/?p=convexer.git;a=blobdiff_plain;f=build.sh;h=a20dc3ea2503fbad4408856298803e7440e31147;hp=c5a1a51fb66fc70af83e3d888876cf72ab7f07b5;hb=HEAD;hpb=ea8476b5ce234e3098116bf08c17b0def5115bfd diff --git a/build.sh b/build.sh index c5a1a51..a20dc3e 100755 --- a/build.sh +++ b/build.sh @@ -96,7 +96,7 @@ compile $C -O3 \ -lm # This is for testing with asan on linux -compile $C -ggdb -O1 -Wall \ +compile $C -ggdb -O0 -Wall \ -Wno-unused-variable -Wno-unused-function $asan -Werror=vla \ -DCXR_SO -DCXR_DEBUG -DCXR_VALVE_MAP_FILE \ cxr/test.c \