diff options
author | guilhem@mysql.com <> | 2005-10-12 13:31:48 +0200 |
---|---|---|
committer | guilhem@mysql.com <> | 2005-10-12 13:31:48 +0200 |
commit | ab05c75ea7c1483c8f07cb74bf6255e037e67228 (patch) | |
tree | b5cbee6aa2e3bb422c7192e221ea65a0398c5401 /BUILD | |
parent | 4c1c9db82337e7dad50d0435dc5e65de283fe975 (diff) | |
parent | d1132f0ef13242ec92a2c61185a636857ff18024 (diff) | |
download | mariadb-git-ab05c75ea7c1483c8f07cb74bf6255e037e67228.tar.gz |
merge
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/SETUP.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index 54546d632c8..3f8a9ccaf22 100755 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -46,7 +46,7 @@ AM_MAKEFLAGS="-j 4" global_warnings="-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings" #debug_extra_warnings="-Wuninitialized" c_warnings="$global_warnings -Wunused" -cxx_warnings="$global_warnings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -ansi" +cxx_warnings="$global_warnings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor" base_max_configs="--with-innodb --with-berkeley-db --with-ndbcluster --with-archive-storage-engine --with-raid --with-openssl --with-raid --with-vio" max_leave_isam_configs="--with-innodb --with-berkeley-db --with-ndbcluster --with-archive-storage-engine --with-raid --with-openssl --with-raid --with-vio --with-embedded-server" |