|
@@ -1407,7 +1407,6 @@ config CROSS_COMPILER_PREFIX
|
|
config DODEBUG
|
|
config DODEBUG
|
|
bool "Build uClibc with debugging symbols"
|
|
bool "Build uClibc with debugging symbols"
|
|
default n
|
|
default n
|
|
- select NOSTRIP
|
|
|
|
select EXTRA_WARNINGS
|
|
select EXTRA_WARNINGS
|
|
help
|
|
help
|
|
Say Y here if you wish to compile uClibc with debugging symbols.
|
|
Say Y here if you wish to compile uClibc with debugging symbols.
|
|
@@ -1428,14 +1427,15 @@ config DODEBUG_PT
|
|
|
|
|
|
Otherwise, answer N.
|
|
Otherwise, answer N.
|
|
|
|
|
|
-config NOSTRIP
|
|
+config DOSTRIP
|
|
- bool "Do not strip libraries and executables"
|
|
+ bool "Strip libraries and executables"
|
|
- default n
|
|
+ default y
|
|
|
|
+ depends on !DODEBUG
|
|
help
|
|
help
|
|
- Say Y here if you do not wish to strip all uClibc libraries and
|
|
+ Say Y here if you do wish to strip all uClibc libraries and
|
|
- executables. This increases the size of the binaries considerably,
|
|
+ executables. No stripping increases the size of the binaries
|
|
- but makes it possible to directly debug uClibc libraries.
|
|
+ considerably, but makes it possible to debug uClibc libraries.
|
|
- Most people will answer N.
|
|
+ Most people will answer Y.
|
|
|
|
|
|
config DOASSERTS
|
|
config DOASSERTS
|
|
bool "Build uClibc with run-time assertion testing"
|
|
bool "Build uClibc with run-time assertion testing"
|