PERFORCE change 34819 for review

Peter Wemm peter at FreeBSD.org
Mon Jul 21 20:50:44 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=34819

Change 34819 by peter at peter_hammer on 2003/07/21 20:50:05

	ok, I'm tired of the warnings.

Affected files ...

.. //depot/projects/hammer/sys/conf/kern.pre.mk#10 edit
.. //depot/projects/hammer/sys/conf/kmod.mk#6 edit

Differences ...

==== //depot/projects/hammer/sys/conf/kern.pre.mk#10 (text+ko) ====

@@ -52,7 +52,8 @@
 .endif
 .endif
 DEFINED_PROF=	${PROF}
-# WERROR?=	-Werror
+WERROR?=	-Werror
+CFLAGS+=	--param max-inline-insns-single=2400
 
 # Put configuration-specific C flags last (except for ${PROF}) so that they
 # can override the others.

==== //depot/projects/hammer/sys/conf/kmod.mk#6 (text+ko) ====

@@ -99,6 +99,8 @@
 CFLAGS+=	-I@/../include -I${DESTDIR}/usr/include
 .endif # @
 
+CFLAGS+=	--param max-inline-insns-single=2400
+
 # Disallow common variables, and if we end up with commons from
 # somewhere unexpected, allocate storage for them in the module itself.
 CFLAGS+=	-fno-common


More information about the p4-projects mailing list