diff options
author | 1999-05-27 16:26:49 +0000 | |
---|---|---|
committer | 1999-05-27 16:26:49 +0000 | |
commit | 80bb287b0a21a225640df70ebb25da897084f21e (patch) | |
tree | 9deb31649f9a0658b3a05986aae4bd8ddc3c0754 /gnu/usr.bin/perl/ext/SDBM_File | |
parent | or'ing -> OR'ing (diff) | |
download | wireguard-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.pl | 1 |
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'; |