From 4c22e48f6685cb44e891bcc687bf7605bdab83a2 Mon Sep 17 00:00:00 2001 From: jmz Date: Mon, 18 Sep 1995 23:36:43 +0000 Subject: Compile with -O2 -fno-strength-reduce --- textproc/ispell/scripts/configure | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/ispell') diff --git a/textproc/ispell/scripts/configure b/textproc/ispell/scripts/configure index 61e3f7ffdd6..a83be008d81 100644 --- a/textproc/ispell/scripts/configure +++ b/textproc/ispell/scripts/configure @@ -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/^[ ]*$/\ -- cgit