-
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:4
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config BUILD_OUTPUT_STRIPPED bool default "y" ifBOARD_GALILEO
depends onBOARD_GALILEO
At boards/x86/minnowboard/Kconfig.defconfig:7
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config BUILD_OUTPUT_STRIPPED bool default "y" ifBOARD_MINNOWBOARD
depends onBOARD_MINNOWBOARD
At boards/x86/up_squared/Kconfig.defconfig:7
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config BUILD_OUTPUT_STRIPPED bool default "y" ifBOARD_UP_SQUARED
depends onBOARD_UP_SQUARED
At misc/Kconfig:244
Included via Kconfig:10
→ Kconfig.zephyr:31
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.)