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

default to O3 optimization

parent 91f18ad4
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ ifdef WITH_DEBUG
# 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
else
CC_FLAGS += -O2
CC_FLAGS += -O3
endif
ifdef WITH_IB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment