-
CONFIG_OUTPUT_DISASSEMBLY
¶
Create a disassembly file
Type: bool
Help¶
Create an .lst file with the assembly listing of the firmware.
Default¶
y
Kconfig definition¶
At <Zephyr>/Kconfig.zephyr:268
Included via <Zephyr>/Kconfig:8
Menu path: (Top) → Build and Link Features → Build Options
config OUTPUT_DISASSEMBLY
bool "Create a disassembly file"
default y
help
Create an .lst file with the assembly listing of the firmware.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)