diff options
author | unknown <tonu@volk.internalnet> | 2001-12-10 10:57:14 +0200 |
---|---|---|
committer | unknown <tonu@volk.internalnet> | 2001-12-10 10:57:14 +0200 |
commit | 64e93dd50361e8536ccef27ccfe6833451d77ac5 (patch) | |
tree | a9278b09fb7de2899329d70adc7c4ab8baf1eac7 /BUILD/compile-pentium-debug-openssl | |
parent | f939a6b635846216778bb4abd96ba6fef229908e (diff) | |
download | mariadb-git-64e93dd50361e8536ccef27ccfe6833451d77ac5.tar.gz |
Misc fixes
BUILD/compile-pentium-debug-openssl:
Make it compile faster
mysys/raid.cc:
Fix comment style to conform our coding standard
Diffstat (limited to 'BUILD/compile-pentium-debug-openssl')
-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" |