The latest development version of this page may be more current than this released 1.14.1 version.
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 Kconfig.zephyr:261

Included via Kconfig:10

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