summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1999-08-12 19:27:15 +0000
committermillert <millert@openbsd.org>1999-08-12 19:27:15 +0000
commit9e77a5cc9e0b329f57964a5fda8a9876f4879cff (patch)
tree113562347975a717b6bc98f21d2c2828eaf91b46
parentSupport -M and -N flags in uptime mode too (diff)
downloadwireguard-openbsd-9e77a5cc9e0b329f57964a5fda8a9876f4879cff.tar.xz
wireguard-openbsd-9e77a5cc9e0b329f57964a5fda8a9876f4879cff.zip
Use -Os, not -O2
-rw-r--r--sys/arch/i386/stand/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/Makefile.inc b/sys/arch/i386/stand/Makefile.inc
index 2646d082370..bf78d2dc248 100644
--- a/sys/arch/i386/stand/Makefile.inc
+++ b/sys/arch/i386/stand/Makefile.inc
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile.inc,v 1.24 1998/06/11 02:32:00 mickey Exp $
+# $OpenBSD: Makefile.inc,v 1.25 1999/08/12 19:27:15 millert Exp $
-CFLAGS=${DEBUG} -O2 -Wall -Werror
+CFLAGS=${DEBUG} -Os -Wall -Werror
CPPFLAGS+=-I${S} -I${SADIR}/libsa -I. -I${.CURDIR}
SACFLAGS=-D_STANDALONE
DEBUGFLAGS=