CONFIG_BUILD_OUTPUT_STRIPPED
Build a stripped binary
Type: bool
Help
Build a stripped binary zephyr/zephyr.strip in the build directory.
The name of this file can be customized with CONFIG_KERNEL_BIN_NAME.
Defaults
y
y
Kconfig definitions
At <Zephyr>/boards/x86/ehl_crb/Kconfig.defconfig:10
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config BUILD_OUTPUT_STRIPPED
bool
default y
depends on BOARD_EHL_CRB || BOARD_EHL_CRB_SBL
At <Zephyr>/boards/x86/up_squared/Kconfig.defconfig:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config BUILD_OUTPUT_STRIPPED
bool
default y
depends on BOARD_UP_SQUARED
At <Zephyr>/Kconfig.zephyr:489
Included via <Zephyr>/Kconfig:8
Menu path: (Top) → Build and Link Features → Build Options
config BUILD_OUTPUT_STRIPPED
bool "Build a stripped binary"
help
Build a stripped binary zephyr/zephyr.strip in the build directory.
The name of this file can be customized with CONFIG_KERNEL_BIN_NAME.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)