-
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
y
Kconfig definitions¶
At <Zephyr>/boards/x86/ehl_crb/Kconfig.defconfig:10
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config BUILD_OUTPUT_STRIPPED
bool
default y
depends on BOARD_EHL_CRB || BOARD_EHL_CRB_SBL
At <Zephyr>/boards/x86/minnowboard/Kconfig.defconfig:8
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config BUILD_OUTPUT_STRIPPED
bool
default y
depends on BOARD_MINNOWBOARD
At <Zephyr>/boards/x86/up_squared/Kconfig.defconfig:12
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config BUILD_OUTPUT_STRIPPED
bool
default y
depends on BOARD_UP_SQUARED || BOARD_UP_SQUARED_32
At <Zephyr>/Kconfig.zephyr:405
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.)