From 0f51db56c0ecaba0b58c6df92bc1fca910362359 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 30 Aug 2009 06:52:03 +0000 Subject: Replace -finline-limit with -fno-inline-small-functions in project makefiles. --- Projects/MissileLauncher/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Projects/MissileLauncher/makefile') diff --git a/Projects/MissileLauncher/makefile b/Projects/MissileLauncher/makefile index 867b57a4b..784989359 100644 --- a/Projects/MissileLauncher/makefile +++ b/Projects/MissileLauncher/makefile @@ -217,9 +217,9 @@ CFLAGS += -O$(OPT) CFLAGS += -funsigned-char CFLAGS += -funsigned-bitfields CFLAGS += -ffunction-sections +CFLAGS += -fno-inline-small-functions CFLAGS += -fpack-struct CFLAGS += -fshort-enums -CFLAGS += -finline-limit=20 CFLAGS += -Wall CFLAGS += -Wstrict-prototypes CFLAGS += -Wundef -- cgit v1.2.3