Remove lto.

Gosh Darnit, Travis!
This commit is contained in:
Calvin Rose 2020-01-20 13:53:59 -06:00
parent bbed72f39f
commit 62cf407f0c
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ ifeq ($(UNAME), Darwin)
LDCONFIG:=
else ifeq ($(UNAME), Linux)
CLIBS:=$(CLIBS) -lrt -ldl
CFLAGS+= -flto
endif
# For other unix likes, add flags here!
ifeq ($(UNAME), Haiku)