This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
First steps of making builds outside the source
[perl5.git] / ext / re / hints / mpeix.pl
1 # Fall back to -O optimization to avoid known gcc 2.8.0 -O2 problems on MPE/iX.
2 #  Mark Bixby <markb@cccd.edu>
3 $self->{OPTIMIZE} = '-O';