-
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/minnowboard/Kconfig.defconfig:8
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:24
Menu path: (Top)
config BUILD_OUTPUT_STRIPPED
bool
default y
depends on BOARD_MINNOWBOARD
At <Zephyr>/boards/x86/up_squared/Kconfig.defconfig:8
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:24
Menu path: (Top)
config BUILD_OUTPUT_STRIPPED
bool
default y
depends on BOARD_UP_SQUARED
At <Zephyr>/boards/x86/up_squared/Kconfig.defconfig:25
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:24
Menu path: (Top)
config BUILD_OUTPUT_STRIPPED
bool
default y
depends on BOARD_UP_SQUARED_32
At <Zephyr>/Kconfig.zephyr:331
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.)