From: Jarkko Hietaniemi Date: Sun, 26 May 2002 17:16:32 +0000 (+0000) Subject: Until otherwise proven. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b1eb02cdbfc9177f8cf68ec83a535a18511cbf7d;p=p5sagit%2Fp5-mst-13.2.git Until otherwise proven. p4raw-id: //depot/perl@16803 --- diff --git a/hints/darwin.sh b/hints/darwin.sh index e6b326a..166130c 100644 --- a/hints/darwin.sh +++ b/hints/darwin.sh @@ -86,7 +86,7 @@ ccflags="${ccflags} -no-cpp-precomp" # Known optimizer problems. case "`cc -v`" in -*"3.1 20020105"*) toke_cflags='optimize="-O"' ;; +*"3.1 20020105"*) toke_cflags='optimize=""' ;; esac # Shared library extension is .dylib.