diff options
author | 1999-05-27 13:05:41 +0000 | |
---|---|---|
committer | 1999-05-27 13:05:41 +0000 | |
commit | e16e7f6b2fca7ec2d15ba0c2cda6744613270bb6 (patch) | |
tree | 69a0e11d1fc18e4dba7ebc367b1342fa11ce3e28 /gnu/usr.bin/perl/ext/SDBM_File | |
parent | Add some comments, optimise out a few strlen()s and (diff) | |
download | wireguard-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.pl | 2 |
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'; |