diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-22 20:39:23 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-22 20:39:23 +0000 |
commit | 89663ff0fa2abe08f9594b372ea5f9f298bf98e7 (patch) | |
tree | 2647501c1b5c9de4af42c20b867aa2de6eceae18 /extra | |
parent | d48e59d98078e31ba01f7f284cc16a5451c6ab6e (diff) |
Enable EXTRA_WARNINGS on DODEBUG
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 742424f2d..374f8da86 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1401,6 +1401,7 @@ config DODEBUG bool "Build uClibc with debugging symbols" default n select NOSTRIP + select EXTRA_WARNINGS 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 |