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
Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
[perl5.git]
/
ext
/
B
/
hints
/
openbsd.pl
1
# gcc -O3 (and -O2) get overly excited over B.c in OpenBSD 3.3/sparc 64
2
$self->{OPTIMIZE} = '-O1' if $Config{ARCH} eq 'sparc64';