diff options
author | Mikael Ronstrom <mikael@mysql.com> | 2009-02-10 15:26:39 +0100 |
---|---|---|
committer | Mikael Ronstrom <mikael@mysql.com> | 2009-02-10 15:26:39 +0100 |
commit | 757a6cd1ad1f41dabfd53b9935c724f4f08ba19b (patch) | |
tree | 00bf4f26d082edb731997dc4180dcdc9f1b2155e /BUILD | |
parent | fad409480e880ccab1c2a5eaafae46d3cb92440f (diff) | |
download | mariadb-git-757a6cd1ad1f41dabfd53b9935c724f4f08ba19b.tar.gz |
Workaround for DTrace-related bugs.
Bumped up version number to 0.2.1
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/build_mccge.sh | 2 |
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 |