diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-08-30 06:52:03 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-08-30 06:52:03 +0000 |
| commit | 2afbf44f1e93f5d3690d1db1541f2742593528f8 (patch) | |
| tree | d5e19eaa3639904877a39a0f46f09e5713b9edd9 /Demos/Device/ClassDriver/AudioInput/makefile | |
| parent | d8626195f0683de6ab8e52d9dfba4e23ef3f14d5 (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/AudioInput/makefile')
| -rw-r--r-- | Demos/Device/ClassDriver/AudioInput/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/AudioInput/makefile b/Demos/Device/ClassDriver/AudioInput/makefile index 586939d2..41f59a43 100644 --- a/Demos/Device/ClassDriver/AudioInput/makefile +++ b/Demos/Device/ClassDriver/AudioInput/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
|
