Replace -finline-limit with -fno-inline-small-functions in project makefiles.
[pub/USBasp.git] / Demos / Device / ClassDriver / Keyboard / makefile
index 98671a5..45e9ce4 100644 (file)
@@ -219,9 +219,9 @@ CFLAGS += -O$(OPT)
 CFLAGS += -funsigned-char\r
 CFLAGS += -funsigned-bitfields\r
 CFLAGS += -ffunction-sections\r
+CFLAGS += -fno-inline-small-functions\r
 CFLAGS += -fpack-struct\r
 CFLAGS += -fshort-enums\r
-CFLAGS += -finline-limit=20\r
 CFLAGS += -Wall\r
 CFLAGS += -Wstrict-prototypes\r
 CFLAGS += -Wundef\r