From 2afbf44f1e93f5d3690d1db1541f2742593528f8 Mon Sep 17 00:00:00 2001 From: Dean Date: Sun, 30 Aug 2009 06:52:03 +0000 Subject: Replace -finline-limit with -fno-inline-small-functions in project makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@792 d5102386-fcda-11dd-9fdb-3debd5008f28 --- Demos/Device/LowLevel/AudioInput/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Device/LowLevel/AudioInput/makefile') diff --git a/Demos/Device/LowLevel/AudioInput/makefile b/Demos/Device/LowLevel/AudioInput/makefile index 34deacc5..ee6e12c7 100644 --- a/Demos/Device/LowLevel/AudioInput/makefile +++ b/Demos/Device/LowLevel/AudioInput/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