Subject: Re: inlining & size
To: David Brownlee <abs@netbsd.org>
From: SAITOH Masanobu <masanobu@iij.ad.jp>
List: tech-kern
Date: 09/19/2000 18:17:05
> > 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)