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
1 # gcc -O3 (and -O2) get overly excited over B.c in MacOS X 10.1.4.
2 $self->{OPTIMIZE} = '-O1';