1
0
Fork 0

simplify gcc flags

gcc_bug
root 2015-01-10 14:53:02 +00:00
parent 2ab6af539d
commit 890a20601f
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
CXXFLAGS += -Wall -Wcast-qual -fno-exceptions -fno-rtti
CXXFLAGS += -O3
CXXFLAGS += -flto
LDFLAGS += $(CXXFLAGS)