Date: Mon, 16 Aug 2004 22:24:11 GMT From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 59891 for review Message-ID: <200408162224.i7GMOBMK039602@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=59891 Change 59891 by peter@peter_daintree on 2004/08/16 22:23:44 temporary hack. remind me to kick somebody for moving this out of /usr/share/mk which remained in sync with the userland compiler. Affected files ... .. //depot/projects/hammer/sys/conf/kern.pre.mk#28 edit Differences ... ==== //depot/projects/hammer/sys/conf/kern.pre.mk#28 (text+ko) ==== @@ -70,8 +70,8 @@ CFLAGS+= ${INCLUDES} -D_KERNEL -include opt_global.h .if ${CC} != "icc" CFLAGS+= -fno-common -finline-limit=${INLINE_LIMIT} -CFLAGS+= --param inline-unit-growth=100 -CFLAGS+= --param large-function-growth=1000 +#CFLAGS+= --param inline-unit-growth=100 +#CFLAGS+= --param large-function-growth=1000 WERROR?= -Werror .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408162224.i7GMOBMK039602>