Change 17348: Crank down optimization for Mac OS in Digest::MD5
[email protected] (Chris Nandor) Sat, 22 Jun 2002 17:38:02 -0400
| Newsgroups | perl.perl5.porters,perl.perl5.changes.mac |
|---|---|
| Message-ID | <p05111b02b93a9e09b3c4@[10.0.1.177]> |
Please integrate changes into perl.
--Chris
Change 17348 by pudge@pudge-mobile on 2002/06/22 20:20:31
Crank down optimization for Mac OS in Digest::MD5
Affected files ...
.... //depot/macperl/ext/Digest/MD5/hints/MacOS.pl#1 add
Differences ...
==== //depot/macperl/ext/Digest/MD5/hints/MacOS.pl#1 (text) ====
Index: macperl/ext/Digest/MD5/hints/MacOS.pl
--- /dev/null Tue May 5 13:32:27 1998
+++ macperl/ext/Digest/MD5/hints/MacOS.pl Sat Jun 22 13:20:31 2002
@@ -0,0 +1,3 @@
+# MWCPPC compiler needs to crank down the optimizations
+
+$self->{MWCPPCOptimize} = "-O1";
End of Patch.