diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-01 01:11:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-01 01:11:13 +0000 |
commit | 15d0b258f82fc8222fc1fdb4b1165d828c0bddbd (patch) | |
tree | 341a1f7145870bd33c35dd19535063cc50a161a4 /sys/arch/alpha | |
parent | f7c8f5ef2e542c94983a658eb7a8505946d333c9 (diff) |
let COPTS override -02
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/Makefile.alpha | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha index 3c3b69e00cc..505669f160f 100644 --- a/sys/arch/alpha/conf/Makefile.alpha +++ b/sys/arch/alpha/conf/Makefile.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.alpha,v 1.16 1998/03/03 22:34:40 niklas Exp $ +# $OpenBSD: Makefile.alpha,v 1.17 1998/07/01 01:11:12 deraadt Exp $ # $NetBSD: Makefile.alpha,v 1.27 1996/12/01 06:12:25 jonathan Exp $ # Makefile for OpenBSD @@ -41,7 +41,7 @@ CDIAGFLAGS?= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ -Wno-uninitialized -Wno-format -Wno-main CMACHFLAGS= -mno-fp-regs -CFLAGS= ${DEBUG} -O2 ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} +CFLAGS= ${DEBUG} ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} AFLAGS= -traditional -D_LOCORE LINKFLAGS= -N -Ttext fffffc0000230000 -e __start -G 4 STRIPFLAGS= -g -X -x |