Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
0f51db56
Commit
0f51db56
authored
Aug 30, 2009
by
Dean Camera
Browse files
Replace -finline-limit with -fno-inline-small-functions in project makefiles.
parent
244c8642
Changes
45
Hide whitespace changes
Inline
Side-by-side
Demos/Device/ClassDriver/AudioInput/makefile
View file @
0f51db56
...
...
@@ -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
...
...
Demos/Device/ClassDriver/AudioOutput/makefile
View file @
0f51db56
...
...
@@ -220,9 +220,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
...
...
Demos/Device/ClassDriver/CDC/makefile
View file @
0f51db56
...
...
@@ -218,9 +218,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
...
...
Demos/Device/ClassDriver/DualCDC/makefile
View file @
0f51db56
...
...
@@ -218,9 +218,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
...
...
Demos/Device/ClassDriver/GenericHID/makefile
View file @
0f51db56
...
...
@@ -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
...
...
Demos/Device/ClassDriver/Joystick/makefile
View file @
0f51db56
...
...
@@ -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
...
...
Demos/Device/ClassDriver/Keyboard/makefile
View file @
0f51db56
...
...
@@ -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
...
...
Demos/Device/ClassDriver/KeyboardMouse/makefile
View file @
0f51db56
...
...
@@ -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
...
...
Demos/Device/ClassDriver/MIDI/makefile
View file @
0f51db56
...
...
@@ -218,9 +218,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
...
...
Demos/Device/ClassDriver/MassStorage/makefile
View file @
0f51db56
...
...
@@ -220,9 +220,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
...
...
Demos/Device/ClassDriver/Mouse/makefile
View file @
0f51db56
...
...
@@ -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 += -mshort-calls
...
...
Demos/Device/ClassDriver/RNDISEthernet/makefile
View file @
0f51db56
...
...
@@ -230,9 +230,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
...
...
Demos/Device/ClassDriver/USBtoSerial/makefile
View file @
0f51db56
...
...
@@ -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
...
...
Demos/Device/Incomplete/Sideshow/makefile
View file @
0f51db56
...
...
@@ -223,9 +223,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
...
...
Demos/Device/LowLevel/AudioInput/makefile
View file @
0f51db56
...
...
@@ -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
...
...
Demos/Device/LowLevel/AudioOutput/makefile
View file @
0f51db56
...
...
@@ -218,9 +218,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
...
...
Demos/Device/LowLevel/DualCDC/makefile
View file @
0f51db56
...
...
@@ -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
...
...
Demos/Device/LowLevel/GenericHID/makefile
View file @
0f51db56
...
...
@@ -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
...
...
Demos/Device/LowLevel/Joystick/makefile
View file @
0f51db56
...
...
@@ -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
...
...
Demos/Device/LowLevel/Keyboard/makefile
View file @
0f51db56
...
...
@@ -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
...
...
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment