We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bed6dc commit 364a062Copy full SHA for 364a062
frontends/amiga/Makefile
@@ -5,7 +5,7 @@
5
CFLAGS += -std=c99 -Dnsamiga
6
7
ifneq ($(SUBTARGET),os3)
8
- CFLAGS += -O2 -mstrict-align -finline-functions -U__STRICT_ANSI__ -D__USE_INLINE__ -D__USE_BASETYPE__
+ CFLAGS += -O2 -flto -mstrict-align -finline-functions -U__STRICT_ANSI__ -D__USE_INLINE__ -D__USE_BASETYPE__
9
else
10
CFLAGS += -O2 -DPATH_MAX=1024 -D__m68k__ -fomit-frame-pointer -m68020-60 -msoft-float
11
endif
0 commit comments