:orphan: .. title:: OUTPUT_DISASSEMBLY .. option:: 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 ================== .. highlight:: kconfig At ``Kconfig.zephyr:270`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Build Options .. parsed-literal:: 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.)*