From d3fa1e9d13601014987ed3370e1a9906571c875b Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 30 Apr 2001 00:22:07 +0000 Subject: Don't hard-code -O2 --- news/cnews/files/patch-aa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'news') diff --git a/news/cnews/files/patch-aa b/news/cnews/files/patch-aa index 073a8a12b50c..00512597b351 100644 --- a/news/cnews/files/patch-aa +++ b/news/cnews/files/patch-aa @@ -50,7 +50,7 @@ diff -urN ../pre-conf/conf/quiz.def conf/quiz.def +# These answers are interdependent; do not edit this file! +cc="" +# These answers are interdependent; do not edit this file! -+copts="-O2" ++copts="-O" +# These answers are interdependent; do not edit this file! +ldopts="" +# These answers are interdependent; do not edit this file! @@ -117,7 +117,7 @@ diff -urN ../pre-conf/include/config.make include/config.make +# LIB is for makefile dependencies, LIBS for cc invocations +LIB=../libcnews.a +LIBS=../libcnews.a -+CFLAGS=$(MORECFLAGS) -O2 -I../include ++CFLAGS+=$(MORECFLAGS) -I../include +LDFLAGS=$(CFLAGS) +LINTFLAGS=$(MORELINTFLAGS) -I../include + -- cgit v1.2.3