Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2003 20:50:42 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 34819 for review
Message-ID:  <200307220350.h6M3ogwE038926@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=34819

Change 34819 by peter@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307220350.h6M3ogwE038926>