mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-11-12 17:04:46 +00:00
LTO in gcc
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
parent
926ac48224
commit
437cc4ce89
@ -13,7 +13,7 @@ PCH = stdafx.h.gch
|
||||
|
||||
all: opt
|
||||
|
||||
opt: CXXFLAGS += -DNDEBUG -march=native -O3
|
||||
opt: CXXFLAGS += -DNDEBUG -march=native -O3 -flto
|
||||
opt: $(LIB)
|
||||
|
||||
debug: CXXFLAGS += -g -D_DEBUG
|
||||
|
@ -13,7 +13,7 @@ PCH = stdafx.h.gch
|
||||
|
||||
all: opt
|
||||
|
||||
opt: CXXFLAGS += -DNDEBUG -march=native -O3
|
||||
opt: CXXFLAGS += -DNDEBUG -march=native -O3 -flto
|
||||
opt: $(LIB)
|
||||
|
||||
debug: CXXFLAGS += -g -D_DEBUG
|
||||
|
@ -13,7 +13,7 @@ PCH = stdafx.h.gch
|
||||
|
||||
all: opt
|
||||
|
||||
opt: CXXFLAGS += -DNDEBUG -march=native -O3
|
||||
opt: CXXFLAGS += -DNDEBUG -march=native -O3 -flto
|
||||
opt: $(LIB)
|
||||
|
||||
debug: CXXFLAGS += -g -D_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user