xref: /openbsd-src/gnu/usr.bin/perl/ext/B/hints/openbsd.pl (revision a28daedfc357b214be5c701aa8ba8adb29a7f1c2)
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';
3