diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-05-27 16:26:50 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-05-27 16:26:50 +0000 |
commit | be2ae5d69b12e4f41bb6a8a69b3bf3337a19c9c9 (patch) | |
tree | 1f6ddc9ce4a414627cd6cd68f606de62c01d070a /gnu | |
parent | 729afced34b6f049c085b0441560a98268afea97 (diff) |
Use -O1 to work around egcs/m68k bug
Diffstat (limited to 'gnu')
-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'; |