Skip to content
Snippets Groups Projects
Commit 7863d6a5 authored by Niklas Eiling's avatar Niklas Eiling
Browse files

default to O3 optimization

parent 91f18ad4
Branches
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ ifdef WITH_DEBUG ...@@ -91,7 +91,7 @@ ifdef WITH_DEBUG
# use ASAN_OPTIONS=protect_shadow_gap=0 LSAN_OPTIONS=fast_unwind_on_malloc=0 when running # use ASAN_OPTIONS=protect_shadow_gap=0 LSAN_OPTIONS=fast_unwind_on_malloc=0 when running
CC_FLAGS += -g -ggdb #-static-libasan -fsanitize=address -fsanitize=pointer-compare -fsanitize=pointer-subtract -fsanitize-address-use-after-scope CC_FLAGS += -g -ggdb #-static-libasan -fsanitize=address -fsanitize=pointer-compare -fsanitize=pointer-subtract -fsanitize-address-use-after-scope
else else
CC_FLAGS += -O2 CC_FLAGS += -O3
endif endif
ifdef WITH_IB ifdef WITH_IB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment