CONFIG_BUILD_OUTPUT_STRIPPED

Build a stripped binary

Type: bool

Help

Build a stripped binary. This will build a zephyr.stripped file need by some platforms.

Defaults

Kconfig definitions

At boards/x86/galileo/Kconfig.defconfig:4

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config BUILD_OUTPUT_STRIPPED
    bool
    default "y" if BOARD_GALILEO
    depends on BOARD_GALILEO

At boards/x86/minnowboard/Kconfig.defconfig:7

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config BUILD_OUTPUT_STRIPPED
    bool
    default "y" if BOARD_MINNOWBOARD
    depends on BOARD_MINNOWBOARD

At boards/x86/up_squared/Kconfig.defconfig:7

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config BUILD_OUTPUT_STRIPPED
    bool
    default "y" if BOARD_UP_SQUARED
    depends on BOARD_UP_SQUARED

At misc/Kconfig:244

Included via Kconfig:10Kconfig.zephyr:31

Menu path: (top menu) → Build and Link Features → Build Options

config BUILD_OUTPUT_STRIPPED
    bool
    prompt "Build a stripped binary"
    help
      Build a stripped binary. This will build a zephyr.stripped file need
      by some platforms.

(Definitions include propagated dependencies, including from if’s and menus.)