Subject: Re: inlining & size
To: SAITOH Masanobu <masanobu@iij.ad.jp>
From: David Brownlee <abs@netbsd.org>
List: tech-kern
Date: 09/19/2000 12:18:57
OK, revised suggestion - COPTS="-Os" on architectures where
-O2 is the default...
David/absolute
-- www.netbsd.org: A pmap for every occasion --
On Tue, 19 Sep 2000, SAITOH Masanobu wrote:
>
> > > thoreau:~ 1987> grep -e -O /NetBSD/src/sys/arch/pmax/conf/INSTALL
> > > makeoptions COPTS="-Os -mmemcpy"
> >
> > Is there any reason why we shouldn't add the above makeoptions to
> > all port's INSTALL configs?
>
> The -O2 flags is implied by -Os. It may cause compiler bug on some
> architectures.
>
> ----------------------------------------------------------
> SAITOH Masanobu (masanobu@iij.ad.jp
> msaitoh@netbsd.org)
>