aboutsummaryrefslogtreecommitdiff
path: root/Demos/Device/ClassDriver/GenericHID/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-08-30 06:52:03 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-08-30 06:52:03 +0000
commit2afbf44f1e93f5d3690d1db1541f2742593528f8 (patch)
treed5e19eaa3639904877a39a0f46f09e5713b9edd9 /Demos/Device/ClassDriver/GenericHID/makefile
parentd8626195f0683de6ab8e52d9dfba4e23ef3f14d5 (diff)
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
Diffstat (limited to 'Demos/Device/ClassDriver/GenericHID/makefile')
-rw-r--r--Demos/Device/ClassDriver/GenericHID/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/GenericHID/makefile b/Demos/Device/ClassDriver/GenericHID/makefile
index a304eff1..17253ca1 100644
--- a/Demos/Device/ClassDriver/GenericHID/makefile
+++ b/Demos/Device/ClassDriver/GenericHID/makefile
@@ -219,9 +219,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