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/AVRISP/AVRISP.c | 2 +- Projects/AVRISP/makefile | 2 +- Projects/Benito/makefile | 2 +- Projects/Magstripe/makefile | 2 +- Projects/MissileLauncher/makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'Projects') diff --git a/Projects/AVRISP/AVRISP.c b/Projects/AVRISP/AVRISP.c index e4d467f54..016d74ce8 100644 --- a/Projects/AVRISP/AVRISP.c +++ b/Projects/AVRISP/AVRISP.c @@ -35,7 +35,7 @@ */ // TODO: Add in software SPI for lower programming speeds below 125KHz -// TODO: Add reversed target connector checks +// TODO: Add reversed/shorted target connector checks #include "AVRISP.h" diff --git a/Projects/AVRISP/makefile b/Projects/AVRISP/makefile index 5ea1176b6..0726f86b6 100644 --- a/Projects/AVRISP/makefile +++ b/Projects/AVRISP/makefile @@ -224,9 +224,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 diff --git a/Projects/Benito/makefile b/Projects/Benito/makefile index 3ce738b44..d598122e4 100644 --- a/Projects/Benito/makefile +++ b/Projects/Benito/makefile @@ -224,9 +224,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 diff --git a/Projects/Magstripe/makefile b/Projects/Magstripe/makefile index 474a827a5..95d6d9989 100644 --- a/Projects/Magstripe/makefile +++ b/Projects/Magstripe/makefile @@ -227,10 +227,10 @@ CFLAGS += $(CDEFS) CFLAGS += -O$(OPT) CFLAGS += -funsigned-char CFLAGS += -funsigned-bitfields +CFLAGS += -fno-inline-small-functions CFLAGS += -fpack-struct CFLAGS += -fshort-enums CFLAGS += -ffunction-sections -CFLAGS += -finline-limit=20 CFLAGS += -Wall CFLAGS += -Wstrict-prototypes CFLAGS += -Wundef 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