From 1b1003daf651e33482cdacb705d62de6fa84a3f3 Mon Sep 17 00:00:00 2001 From: Markus Multrus Date: Sun, 14 Dec 2025 19:20:43 +0100 Subject: [PATCH] set default optimization to O3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c9ae4493d..39c936f43 100644 --- a/Makefile +++ b/Makefile @@ -132,7 +132,7 @@ LDFLAGS += -Wl,-dead_strip endif endif -OPTIM ?= 0 +OPTIM ?= 3 CFLAGS += -O$(OPTIM) CFLAGS += $(foreach DIR,$(SRC_DIRS),-I$(DIR)) -- GitLab