Date: Wed, 18 Aug 2004 00:33:08 GMT From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 59944 for review Message-ID: <200408180033.i7I0X88q020520@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=59944 Change 59944 by peter@peter_daintree on 2004/08/18 00:32:47 revert the gcc-3.4 option removal Affected files ... .. //depot/projects/hammer/sys/conf/kern.pre.mk#29 edit Differences ... ==== //depot/projects/hammer/sys/conf/kern.pre.mk#29 (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?200408180033.i7I0X88q020520>