diff options
author | tonu@volk.internalnet <> | 2001-12-10 10:57:14 +0200 |
---|---|---|
committer | tonu@volk.internalnet <> | 2001-12-10 10:57:14 +0200 |
commit | fb3d3e18e983af8e51a62086613e0a8f3c8f5d22 (patch) | |
tree | a9278b09fb7de2899329d70adc7c4ab8baf1eac7 /BUILD | |
parent | 6b02f13cf3f0b4757398ef8e6915eacb8bfe70a0 (diff) | |
download | mariadb-git-fb3d3e18e983af8e51a62086613e0a8f3c8f5d22.tar.gz |
Misc fixes
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-pentium-debug-openssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-debug-openssl b/BUILD/compile-pentium-debug-openssl index aa120e3175a..5de1c18a5d7 100755 --- a/BUILD/compile-pentium-debug-openssl +++ b/BUILD/compile-pentium-debug-openssl @@ -8,6 +8,6 @@ c_warnings="$c_warnings $debug_extra_warnings" cxx_warnings="$cxx_warnings $debug_extra_warnings" extra_configs="$pentium_configs $debug_configs" -extra_configs="$extra_configs --with-debug=full --with-vio --with-openssl" +extra_configs="$extra_configs --with-debug=full --with-vio --with-openssl --without-innodb" . "$path/FINISH.sh" |