diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-26 17:16:32 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-26 17:16:32 +0000 |
commit | b1eb02cdbfc9177f8cf68ec83a535a18511cbf7d (patch) | |
tree | cad3d476a57a3844cd38cc64c79940c06ebf7fa0 /hints/darwin.sh | |
parent | 00371ed53835674e639af63ea72b5eafc9524b23 (diff) | |
download | perl-b1eb02cdbfc9177f8cf68ec83a535a18511cbf7d.tar.gz |
Until otherwise proven.
p4raw-id: //depot/perl@16803
Diffstat (limited to 'hints/darwin.sh')
-rw-r--r-- | hints/darwin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/darwin.sh b/hints/darwin.sh index e6b326aca2..166130c24b 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. |