diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-31 02:28:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-31 02:28:11 +0000 |
commit | e73b1211737842732951f9b9049294ef732e1ef0 (patch) | |
tree | b3be676ef76013c2537aa1b26063a6db3e34e05f /extra | |
parent | 0cc50b53fcf0c211814a22c0e47f8cd8d0df2794 (diff) | |
download | uClibc-alpine-e73b1211737842732951f9b9049294ef732e1ef0.tar.bz2 uClibc-alpine-e73b1211737842732951f9b9049294ef732e1ef0.tar.xz |
make the extra warnings optional
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index c979408ae..e2259d022 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1450,6 +1450,12 @@ config WARNINGS help Set this to the set of gcc warnings you wish to see while compiling. +config EXTRA_WARNINGS + bool "Enable extra annoying warnings" + default n + help + If you wish to build with extra warnings enabled, say Y here. + config DOMULTI bool "Compile all sources at once into an object" default n |