mirror of
https://github.com/janet-lang/janet
synced 2024-11-28 11:09:54 +00:00
Remove lto.
Gosh Darnit, Travis!
This commit is contained in:
parent
bbed72f39f
commit
62cf407f0c
1
Makefile
1
Makefile
@ -51,7 +51,6 @@ ifeq ($(UNAME), Darwin)
|
|||||||
LDCONFIG:=
|
LDCONFIG:=
|
||||||
else ifeq ($(UNAME), Linux)
|
else ifeq ($(UNAME), Linux)
|
||||||
CLIBS:=$(CLIBS) -lrt -ldl
|
CLIBS:=$(CLIBS) -lrt -ldl
|
||||||
CFLAGS+= -flto
|
|
||||||
endif
|
endif
|
||||||
# For other unix likes, add flags here!
|
# For other unix likes, add flags here!
|
||||||
ifeq ($(UNAME), Haiku)
|
ifeq ($(UNAME), Haiku)
|
||||||
|
Loading…
Reference in New Issue
Block a user