We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2beea75 commit 55893e9Copy full SHA for 55893e9
src/makefile
@@ -11,11 +11,10 @@ prefix ?= /usr/local
11
endif
12
DATADIR ?= $(prefix)/share/comcom64
13
CFLAGS ?= -Wall -O2 -Wmissing-declarations -Wwrite-strings \
14
- -ggdb3 -Wunused -Wmissing-prototypes -flto=auto
+ -ggdb3 -Wunused -Wmissing-prototypes
15
CPPFLAGS += -I$(srcdir) -DCOMCOM_VERSION=\"$(VERSION)\"
16
ASFLAGS += -I$(srcdir)
17
ASCPPFLAGS += -I$(srcdir)
18
-LDFLAGS ?= -O2 -flto=auto
19
SOURCES = command.c cmdbuf.c mouse.c env.c psp.c umb.c ae0x.c compl.c clip.c \
20
thunks_a.c thunks_c.c
21
HEADERS = $(addprefix $(srcdir)/,ae0x.h cmdbuf.h compl.h psp.h command.h env.h mouse.h umb.h \
0 commit comments