Subject: Re: CVS commit: src/sys/arch/i386/stand/bootxx
To: David Young <dyoung@pobox.com>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 11/01/2006 04:36:51
On Nov 1, 12:14am, dyoung@pobox.com (David Young) wrote:
-- Subject: Re: CVS commit: src/sys/arch/i386/stand/bootxx
| On Mon, Oct 23, 2006 at 09:57:46PM +0000, Christos Zoulas wrote:
| >
| > Module Name: src
| > Committed By: christos
| > Date: Mon Oct 23 21:57:46 UTC 2006
| >
| > Modified Files:
| > src/sys/arch/i386/stand/bootxx: Makefile.bootxx
| >
| > Log Message:
| > nuke $DBG, since it contains -O2; suggested by uwe.
| >
|
| Why does this change matter?
According to uwe, when multiple -O flags are present the last one
takes precendence. We want -Os for the bootblocks.
christos