summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/ext/SDBM_File
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>1999-05-27 13:05:41 +0000
committerespie <espie@openbsd.org>1999-05-27 13:05:41 +0000
commite16e7f6b2fca7ec2d15ba0c2cda6744613270bb6 (patch)
tree69a0e11d1fc18e4dba7ebc367b1342fa11ce3e28 /gnu/usr.bin/perl/ext/SDBM_File
parentAdd some comments, optimise out a few strlen()s and (diff)
downloadwireguard-openbsd-e16e7f6b2fca7ec2d15ba0c2cda6744613270bb6.tar.xz
wireguard-openbsd-e16e7f6b2fca7ec2d15ba0c2cda6744613270bb6.zip
Real fix... this goes into OPTIMIZE, not CCFLAGS.
Recalling fixes from memory is not such a hot idea.
Diffstat (limited to 'gnu/usr.bin/perl/ext/SDBM_File')
-rw-r--r--gnu/usr.bin/perl/ext/SDBM_File/hints/openbsd.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/ext/SDBM_File/hints/openbsd.pl b/gnu/usr.bin/perl/ext/SDBM_File/hints/openbsd.pl
index c5d9d2c0703..0475a995b6f 100644
--- a/gnu/usr.bin/perl/ext/SDBM_File/hints/openbsd.pl
+++ b/gnu/usr.bin/perl/ext/SDBM_File/hints/openbsd.pl
@@ -1 +1 @@
-$self->{CCFLAGS} = $Config{ccflags} . ' -O1' ;
+$self->{OPTIMIZE} = '-O1';