|
@@ -152,7 +152,7 @@ menu "Global build settings"
|
|
|
bool "none"
|
|
bool "none"
|
|
|
help
|
|
help
|
|
|
This will install unstripped binaries (useful for native
|
|
This will install unstripped binaries (useful for native
|
|
|
- compiling/debugging).
|
|
|
|
|
|
|
+ compiling/debugging).
|
|
|
|
|
|
|
|
config USE_STRIP
|
|
config USE_STRIP
|
|
|
bool "strip"
|
|
bool "strip"
|
|
@@ -162,7 +162,6 @@ menu "Global build settings"
|
|
|
|
|
|
|
|
config USE_SSTRIP
|
|
config USE_SSTRIP
|
|
|
bool "sstrip"
|
|
bool "sstrip"
|
|
|
- depends on !DEBUG
|
|
|
|
|
depends on !USE_GLIBC
|
|
depends on !USE_GLIBC
|
|
|
help
|
|
help
|
|
|
This will install binaries stripped using sstrip.
|
|
This will install binaries stripped using sstrip.
|