diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-08-12 19:27:16 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-08-12 19:27:16 +0000 |
commit | b559382a914c09669a514d88dd6d3dc3f2f23b3e (patch) | |
tree | cc05e59495f5387fee0cb595293de91853555b7e /sys | |
parent | 2c07facc4d37e4947339c3f6fcc68b3a510c6f63 (diff) |
Use -Os, not -O2
Diffstat (limited to 'sys')
-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= |