mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 11:07:34 +08:00
add995c32e
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4200 7fd9a85b-ad96-42d3-883c-3090e2eb8679
12 lines
255 B
Plaintext
12 lines
255 B
Plaintext
config BR2_PACKAGE_SSTRIP_TARGET
|
|
bool "Install sstrip for the target system"
|
|
default n
|
|
help
|
|
Maximal 'strip'ing utility.
|
|
|
|
config BR2_PACKAGE_SSTRIP_HOST
|
|
bool "Install sstrip for the host/build system"
|
|
default n
|
|
help
|
|
Maximal 'strip'ing utility.
|