summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <tonu@hundin.mysql.fi>2001-05-31 17:20:02 +0300
committerunknown <tonu@hundin.mysql.fi>2001-05-31 17:20:02 +0300
commitfb15124a944e408adb85162c057cd29914075c2d (patch)
treec1a64eb64488865945cb214d2fbe04601a7a3c81 /BUILD
parente6ecbfd629bf92c84f270119405f4796464e7f4e (diff)
parent20d04c924b824de637e18750687dccbb28eb650c (diff)
downloadmariadb-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-xBUILD/compile-pentium-debug-openssl13
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"