This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix a remaining B::Lint bug.
[perl5.git] / ext / B / hints / darwin.pl
CommitLineData
b5d3f31f
JH
1# gcc -O3 (and -O2) get overly excited over B.c in MacOS X 10.1.4.
2$self->{OPTIMIZE} = '-O1';