Don't hard-code -O2

This commit is contained in:
Kris Kennaway 2001-04-30 00:22:07 +00:00
parent d5ef8dad3f
commit d3fa1e9d13
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42054

View File

@ -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
+