Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 1996 21:06:26 +0100
From:      roberto@keltia.freenix.fr (Ollivier Robert)
To:        hackers@FreeBSD.org
Subject:   Re: New benchmarks to design / lmbench results
Message-ID:  <Mutt.19961205210626.roberto@keltia.freenix.fr>
In-Reply-To: <Pine.BSF.3.94.961205133119.7282A-100000@vinyl.quickweb.com>; from Mark Mayo on Dec 5, 1996 13:48:41 -0500
References:  <199612050218.MAA19340@genesis.atrad.adelaide.edu.au> <Pine.BSF.3.94.961205133119.7282A-100000@vinyl.quickweb.com>

next in thread | previous in thread | raw e-mail | index | archive | help
According to Mark Mayo:
> make world with -pipe! I did notice, however, that adding 
> CFLAGS= -pipe  to /etc/make.conf didn't automagically add a -pipe flag to
> the kernel build procedure (I had to add the -pipe manually to the kernel
> Makefile)

Use

COPTFLAGS= -O -pipe

for the kernel compile. See compile/WHATEVER/Makefile:

CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS}

-- 
Ollivier ROBERT    -=- The daemon is FREE! -=-    roberto@keltia.freenix.fr
  FreeBSD keltia.freenix.fr 3.0-CURRENT #31: Tue Dec  3 23:52:58 CET 1996



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