diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-27 13:44:53 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-27 13:44:53 +0000 |
commit | e0eebc1ef3816bd75988021376a368dfe19470c5 (patch) | |
tree | 0008d612e2c7a07f858e4729589e215f20a542e0 /scripts/defconfig | |
parent | fd94efa41f6a37221c68d4c0ed12f4883d2069ba (diff) | |
download | busybox-e0eebc1ef3816bd75988021376a368dfe19470c5.tar.gz |
Make -Werror configurable
Diffstat (limited to 'scripts/defconfig')
-rw-r--r-- | scripts/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index ed9959985..a3e59c8aa 100644 --- a/scripts/defconfig +++ b/scripts/defconfig @@ -45,7 +45,7 @@ CONFIG_LFS=y # Debugging Options # # CONFIG_DEBUG is not set -# CONFIG_DEBUG_PESSIMIZE is not set +# CONFIG_WERROR is not set # CONFIG_NO_DEBUG_LIB is not set # CONFIG_DMALLOC is not set # CONFIG_EFENCE is not set |