mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 01:00:35 +08:00
57623d42eb
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5153 42af7a65-404d-4744-a932-0658087f49c3
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.
|