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