Misc fixes

BUILD/compile-pentium-debug-openssl:
  Make it compile faster
mysys/raid.cc:
  Fix comment style to conform our coding standard
This commit is contained in:
unknown 2001-12-10 10:57:14 +02:00
commit 64e93dd503
2 changed files with 56 additions and 56 deletions

View file

@ -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"