mirror of
https://git.sfja.dk/Mikkel/slige.git
synced 2025-01-18 10:36:31 +00:00
use O2 and not static
This commit is contained in:
parent
9ef7ec9751
commit
4d95ec3064
@ -9,8 +9,7 @@ ifeq ($(RELEASE),1)
|
|||||||
|
|
||||||
CXX_FLAGS = \
|
CXX_FLAGS = \
|
||||||
-std=c++23 \
|
-std=c++23 \
|
||||||
-O3 \
|
-O2 \
|
||||||
-static -static-libgcc -static-libstdc++ \
|
|
||||||
-pedantic -pedantic-errors \
|
-pedantic -pedantic-errors \
|
||||||
-Wall -Wextra -Wpedantic -Wconversion -Werror\
|
-Wall -Wextra -Wpedantic -Wconversion -Werror\
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user