Skip to content

Commit 55893e9

Browse files
committed
Revert "enable LTO"
This reverts commit b0aa1e7. Does not seem to work on my smartphone.
1 parent 2beea75 commit 55893e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ prefix ?= /usr/local
1111
endif
1212
DATADIR ?= $(prefix)/share/comcom64
1313
CFLAGS ?= -Wall -O2 -Wmissing-declarations -Wwrite-strings \
14-
-ggdb3 -Wunused -Wmissing-prototypes -flto=auto
14+
-ggdb3 -Wunused -Wmissing-prototypes
1515
CPPFLAGS += -I$(srcdir) -DCOMCOM_VERSION=\"$(VERSION)\"
1616
ASFLAGS += -I$(srcdir)
1717
ASCPPFLAGS += -I$(srcdir)
18-
LDFLAGS ?= -O2 -flto=auto
1918
SOURCES = command.c cmdbuf.c mouse.c env.c psp.c umb.c ae0x.c compl.c clip.c \
2019
thunks_a.c thunks_c.c
2120
HEADERS = $(addprefix $(srcdir)/,ae0x.h cmdbuf.h compl.h psp.h command.h env.h mouse.h umb.h \

0 commit comments

Comments
 (0)