-
CONFIG_OUTPUT_DISASSEMBLY
¶
Create a disassembly file
Type: bool
Help¶
Create an .lst file with the assembly listing of the firmware.
Defaults¶
- “y”
Kconfig definition¶
At misc/Kconfig:199
Included via Kconfig:10
→ Kconfig.zephyr:31
Menu path: (top menu) → Build and Link Features → Build Options
config OUTPUT_DISASSEMBLY
bool
prompt "Create a disassembly file"
default "y"
help
Create an .lst file with the assembly listing of the firmware.
(Definitions include propagated dependencies, including from if’s and menus.)