This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
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';