diff options
author | unknown <tonu@hundin.mysql.fi> | 2001-05-31 17:20:02 +0300 |
---|---|---|
committer | unknown <tonu@hundin.mysql.fi> | 2001-05-31 17:20:02 +0300 |
commit | fb15124a944e408adb85162c057cd29914075c2d (patch) | |
tree | c1a64eb64488865945cb214d2fbe04601a7a3c81 /BUILD | |
parent | e6ecbfd629bf92c84f270119405f4796464e7f4e (diff) | |
parent | 20d04c924b824de637e18750687dccbb28eb650c (diff) | |
download | mariadb-git-fb15124a944e408adb85162c057cd29914075c2d.tar.gz |
Merge tonu@work.mysql.com:/home/bk/mysql-4.0
into hundin.mysql.fi:/home/tonu/mysql-4.0
include/mysql_com.h:
Auto merged
sql/mysqld.cc:
Auto merged
sql/sql_parse.cc:
Auto merged
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-pentium-debug-openssl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/BUILD/compile-pentium-debug-openssl b/BUILD/compile-pentium-debug-openssl new file mode 100755 index 00000000000..aa120e3175a --- /dev/null +++ b/BUILD/compile-pentium-debug-openssl @@ -0,0 +1,13 @@ +#! /bin/sh + +path=`dirname $0` +. "$path/SETUP.sh" + +extra_flags="$pentium_cflags $debug_cflags" +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" + +. "$path/FINISH.sh" |