The latest development version of this page may be more current than this released 2.7.5 version.

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 Kconfig.zephyr:373

Included via 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.)