| |||
| Home > Linker command-line options > --inline, --no_inline | |||
This option enables or disables branch inlining to optimize small function calls in your image.
The default is --no_inline.
This branch optimization is off by default because enabling it changes the image such that debug information might be incorrect. If enabled, the linker makes no attempt to correct the debug information.
Using the Linker: