Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86_64/conf Set COPTS to -O by default.
details: https://anonhg.NetBSD.org/src/rev/396403184d47
branches: trunk
changeset: 532249:396403184d47
user: fvdl <fvdl%NetBSD.org@localhost>
date: Mon Jun 03 18:18:43 2002 +0000
description:
Set COPTS to -O by default.
diffstat:
sys/arch/x86_64/conf/Makefile.x86_64 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 2da0669af474 -r 396403184d47 sys/arch/x86_64/conf/Makefile.x86_64
--- a/sys/arch/x86_64/conf/Makefile.x86_64 Mon Jun 03 18:08:43 2002 +0000
+++ b/sys/arch/x86_64/conf/Makefile.x86_64 Mon Jun 03 18:18:43 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.x86_64,v 1.8 2002/05/26 00:23:49 fvdl Exp $
+# $NetBSD: Makefile.x86_64,v 1.9 2002/06/03 18:18:43 fvdl Exp $
# Makefile for NetBSD
#
@@ -31,6 +31,7 @@
##
## (2) compile settings
##
+COPTS= -O
CPPFLAGS+= -Dx86_64
CFLAGS+= -mcmodel=kernel
CFLAGS+= -mno-red-zone
Home |
Main Index |
Thread Index |
Old Index