diff options
author | tonu@hundin.mysql.fi <> | 2001-05-31 17:18:25 +0300 |
---|---|---|
committer | tonu@hundin.mysql.fi <> | 2001-05-31 17:18:25 +0300 |
commit | 1519e5d01df70e64142b688ae16bed69913cebc2 (patch) | |
tree | 10378caa2d664f34da82d58a0fbe3f17c6ad6704 /BUILD | |
parent | 776dea8105cbf04dad314e9a70b5dbc74179084e (diff) | |
download | mariadb-git-1519e5d01df70e64142b688ae16bed69913cebc2.tar.gz |
Support for VIO library
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" |