default to O3 for autovectorization
authornotaz <notasas@gmail.com>
Mon, 17 Mar 2025 00:17:37 +0000 (02:17 +0200)
committernotaz <notasas@gmail.com>
Mon, 17 Mar 2025 00:17:37 +0000 (02:17 +0200)
Makefile

index ef5e12e..46b57e4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ ifneq ($(DEBUG)$(DEBUG_SYMS), 00)
 CFLAGS += -ggdb
 endif
 ifneq ($(DEBUG), 1)
-CFLAGS += -O2
+CFLAGS += -O3
 ifneq ($(ASSERTS), 1)
 CFLAGS += -DNDEBUG
 endif