summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/ext/SDBM_File
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1999-05-27 16:26:49 +0000
committermillert <millert@openbsd.org>1999-05-27 16:26:49 +0000
commit80bb287b0a21a225640df70ebb25da897084f21e (patch)
tree9deb31649f9a0658b3a05986aae4bd8ddc3c0754 /gnu/usr.bin/perl/ext/SDBM_File
parentor'ing -> OR'ing (diff)
downloadwireguard-openbsd-80bb287b0a21a225640df70ebb25da897084f21e.tar.xz
wireguard-openbsd-80bb287b0a21a225640df70ebb25da897084f21e.zip
Use -O1 to work around egcs/m68k bug
Diffstat (limited to 'gnu/usr.bin/perl/ext/SDBM_File')
-rw-r--r--gnu/usr.bin/perl/ext/SDBM_File/sdbm/hints/openbsd.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/ext/SDBM_File/sdbm/hints/openbsd.pl b/gnu/usr.bin/perl/ext/SDBM_File/sdbm/hints/openbsd.pl
new file mode 100644
index 00000000000..0475a995b6f
--- /dev/null
+++ b/gnu/usr.bin/perl/ext/SDBM_File/sdbm/hints/openbsd.pl
@@ -0,0 +1 @@
+$self->{OPTIMIZE} = '-O1';