diff options
author | 1999-08-12 19:27:15 +0000 | |
---|---|---|
committer | 1999-08-12 19:27:15 +0000 | |
commit | 9e77a5cc9e0b329f57964a5fda8a9876f4879cff (patch) | |
tree | 113562347975a717b6bc98f21d2c2828eaf91b46 | |
parent | Support -M and -N flags in uptime mode too (diff) | |
download | wireguard-openbsd-9e77a5cc9e0b329f57964a5fda8a9876f4879cff.tar.xz wireguard-openbsd-9e77a5cc9e0b329f57964a5fda8a9876f4879cff.zip |
Use -Os, not -O2
-rw-r--r-- | sys/arch/i386/stand/Makefile.inc | 4 |
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= |