Default to -O2.
This commit is contained in:
parent
7a214454f6
commit
041046e740
|
@ -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
|
# Makefile for NetBSD
|
||||||
#
|
#
|
||||||
|
@ -31,7 +31,7 @@ GENASSYM= ${AMD64}/amd64/genassym.cf
|
||||||
##
|
##
|
||||||
## (2) compile settings
|
## (2) compile settings
|
||||||
##
|
##
|
||||||
DEFCOPTS= -O
|
DEFCOPTS= -O2
|
||||||
CPPFLAGS+= -Damd64 -Dx86_64
|
CPPFLAGS+= -Damd64 -Dx86_64
|
||||||
CFLAGS+= -mcmodel=kernel
|
CFLAGS+= -mcmodel=kernel
|
||||||
CFLAGS+= -mno-red-zone
|
CFLAGS+= -mno-red-zone
|
||||||
|
|
Loading…
Reference in New Issue