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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

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

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

Included via Kconfig:10Kconfig.zephyr:21

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:8

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

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

At Kconfig.zephyr:310

Included via Kconfig:10

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