Inlining Options
- fgnu89-inline
Tells the compiler to use C89 semantics for inline functions when in C99 mode.
- finline
Tells the compiler to inline functions declared with __inline and perform C++ inlining.
- finline-functions
Enables function inlining for single file compilation.