use O2 and not static

This commit is contained in:
SimonFJ20 2024-12-16 15:09:03 +01:00
parent 9ef7ec9751
commit 4d95ec3064

View File

@ -9,8 +9,7 @@ ifeq ($(RELEASE),1)
CXX_FLAGS = \
-std=c++23 \
-O3 \
-static -static-libgcc -static-libstdc++ \
-O2 \
-pedantic -pedantic-errors \
-Wall -Wextra -Wpedantic -Wconversion -Werror\