From d48cea15cc24ae85b921eb24b5ff150575fb015f Mon Sep 17 00:00:00 2001 From: Mikael Ronstrom Date: Tue, 10 Feb 2009 15:26:39 +0100 Subject: Workaround for DTrace-related bugs. Bumped up version number to 0.2.1 --- BUILD/build_mccge.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD') 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 -- cgit v1.2.1