nuke $DBG, since it contains -O2; suggested by uwe.

This commit is contained in:
christos 2006-10-23 21:57:46 +00:00
parent bce47ca120
commit d0545a9b43
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.bootxx,v 1.24 2006/06/25 15:01:00 lukem Exp $ # $NetBSD: Makefile.bootxx,v 1.25 2006/10/23 21:57:46 christos Exp $
S= ${.CURDIR}/../../../../../ S= ${.CURDIR}/../../../../../
@ -46,6 +46,7 @@ CPPFLAGS+= -DFS=${FS}
# Make sure we override any optimization options specified by the user # Make sure we override any optimization options specified by the user
COPTS= -Os COPTS= -Os
DBG=
CPPFLAGS+= -DNO_LBA_CHECK CPPFLAGS+= -DNO_LBA_CHECK