turn off -flto by default

This commit is contained in:
Yuichi Nishiwaki 2016-03-03 19:59:37 +09:00
parent 69c13fdcce
commit 3102125a0b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ LDFLAGS += -lm
prefix ?= /usr/local
all: CFLAGS += -O2 -flto -DNDEBUG=1
all: CFLAGS += -O2 -DNDEBUG=1
all: bin/picrin
debug: CFLAGS += -O0 -g