-
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¶
- “y” if
BOARD_GALILEO
- “y” if
BOARD_MINNOWBOARD
- “y” if
BOARD_UP_SQUARED
Kconfig definitions¶
At boards/x86/galileo/Kconfig.defconfig:5
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config BUILD_OUTPUT_STRIPPED bool default "y" ifBOARD_GALILEO
depends onBOARD_GALILEO
At boards/x86/minnowboard/Kconfig.defconfig:8
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config BUILD_OUTPUT_STRIPPED bool default "y" ifBOARD_MINNOWBOARD
depends onBOARD_MINNOWBOARD
At boards/x86/up_squared/Kconfig.defconfig:8
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config BUILD_OUTPUT_STRIPPED bool default "y" ifBOARD_UP_SQUARED
depends onBOARD_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.)