mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
Compile with -O2 -fno-strength-reduce
This commit is contained in:
parent
581e8096cc
commit
0dc252240f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2165
1 changed files with 1 additions and 0 deletions
1
textproc/ispell/scripts/configure
vendored
1
textproc/ispell/scripts/configure
vendored
|
@ -41,6 +41,7 @@ echo "#undef WORDS" >> local.h
|
|||
echo '#define WORDS "/usr/share/dict/words"' >> local.h
|
||||
echo '#undef ELISPDIR' >> local.h
|
||||
echo "#define ELISPDIR \"$PREFIX/share/emacs/site-lisp\"" >> local.h
|
||||
echo '#define CFLAGS "-O2 -fno-strength-reduce"' >>local.h
|
||||
|
||||
mv Makefile Makefile.orig
|
||||
sed -e 's/^[ ]*$/\
|
||||
|
|
Loading…
Add table
Reference in a new issue