diff --git a/sys/arch/amd64/conf/Makefile.amd64 b/sys/arch/amd64/conf/Makefile.amd64 index a29ca1898c20..6e21814afda2 100644 --- a/sys/arch/amd64/conf/Makefile.amd64 +++ b/sys/arch/amd64/conf/Makefile.amd64 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.amd64,v 1.1 2003/04/26 18:39:35 fvdl Exp $ +# $NetBSD: Makefile.amd64,v 1.2 2003/05/04 12:03:41 fvdl Exp $ # Makefile for NetBSD # @@ -31,7 +31,7 @@ GENASSYM= ${AMD64}/amd64/genassym.cf ## ## (2) compile settings ## -DEFCOPTS= -O +DEFCOPTS= -O2 CPPFLAGS+= -Damd64 -Dx86_64 CFLAGS+= -mcmodel=kernel CFLAGS+= -mno-red-zone