diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2006-02-22 11:41:17 +0000 |
---|---|---|
committer | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2006-02-22 11:41:17 +0000 |
commit | f58f2ddacc7a66415b8b3d7029a28c338e833e9f (patch) | |
tree | 70b3893ff01f1f1237784dbc79c0101b8f359212 /extra/Configs | |
parent | e89c8ed01e42b2c18cccfd03920702e43668e62e (diff) |
Made it possible to build without stripping the binaries.
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 9658639a1..291a2b633 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1357,6 +1357,7 @@ config CROSS_COMPILER_PREFIX config DODEBUG bool "Build uClibc with debugging symbols" default n + select NOSTRIP help Say Y here if you wish to compile uClibc with debugging symbols. This will allow you to use a debugger to examine uClibc internals @@ -1376,6 +1377,14 @@ config DODEBUG_PT Otherwise, answer N. +config NOSTRIP + bool "Do not build stripped libraries and executables" + default n + help + Say Y here if you do not wish to strip all uClibc libraries and + executables. This increases the size of the binaries considerably. + Most people will answer N. + config DOASSERTS bool "Build uClibc with run-time assertion testing" default n |