X-Git-Url: https://skaterift.com/git/?a=blobdiff_plain;ds=sidebyside;f=build.sh;fp=build.sh;h=a20dc3ea2503fbad4408856298803e7440e31147;hb=ca812c181ad8c845d73bd28de8dd187422c544ab;hp=c5a1a51fb66fc70af83e3d888876cf72ab7f07b5;hpb=ea8476b5ce234e3098116bf08c17b0def5115bfd;p=convexer.git 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 \