diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-23 18:34:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-23 18:34:51 +0000 |
commit | 72c5b2eaa994da9388f9cd8416af006210047999 (patch) | |
tree | 4a6098ee5ce857286d1123c97eed196483c23902 /sys/arch/vax | |
parent | a4e218d86a68de86005cc5755fa9b950cd85e429 (diff) |
switch vax to -O2, from hugh
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/conf/Makefile.vax | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vax index b28f5d1debc..15156de6c26 100644 --- a/sys/arch/vax/conf/Makefile.vax +++ b/sys/arch/vax/conf/Makefile.vax @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.vax,v 1.16 2001/07/15 13:10:51 assar Exp $ +# $OpenBSD: Makefile.vax,v 1.17 2002/02/23 18:34:50 deraadt Exp $ # $NetBSD: Makefile.vax,v 1.49 1999/07/26 05:20:49 cgd Exp $ # Makefile for OpenBSD/vax @@ -66,7 +66,7 @@ SIZE?= size .endif TSORT?= tsort -q -COPTS?= -O0 +COPTS?= -O2 # source tree is located via $S relative to the compilation directory .ifndef S |