summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorMikael Ronstrom <mikael@mysql.com>2009-02-10 15:26:39 +0100
committerMikael Ronstrom <mikael@mysql.com>2009-02-10 15:26:39 +0100
commitd48cea15cc24ae85b921eb24b5ff150575fb015f (patch)
tree00bf4f26d082edb731997dc4180dcdc9f1b2155e /BUILD
parent8ea8ab63e3788aa53e0a8c6ef39c5c1593afaebc (diff)
downloadmariadb-git-d48cea15cc24ae85b921eb24b5ff150575fb015f.tar.gz
Workaround for DTrace-related bugs.
Bumped up version number to 0.2.1
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/build_mccge.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/build_mccge.sh b/BUILD/build_mccge.sh
index 83e1ba4266e..9fe0948b192 100755
--- a/BUILD/build_mccge.sh
+++ b/BUILD/build_mccge.sh
@@ -1401,7 +1401,7 @@ set_solaris_configs()
compiler_flags="$compiler_flags -xregs=frameptr"
compiler_flags="$compiler_flags -xO4"
elif test "x$fast_flag" = "xgeneric" ; then
- compiler_flags="$compiler_flags -xO3"
+ compiler_flags="$compiler_flags -xO2"
else
compiler_flags="$compiler_flags -xO"
fi