You copied the Doc URL to your clipboard.
--inline, --no_inline
Enables or disables branch inlining to optimize small function calls in your image.
Note
Not supported for AArch64 state.Default
The default is --no_inline
.
Note
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.
--no_inline
turns off
inlining for user-supplied objects only. The linker still inlines functions from the
Arm® standard
libraries by default.