diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-20 13:25:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-20 13:25:01 +0000 |
commit | 68875fb23fb7272e5ee26cd1992dc064d71374d6 (patch) | |
tree | 6720f1f25906930281d0040db6f90a3db3bc8cea /sys/arch/i386/stand | |
parent | 00f12047893ada025573bae5299c5bf7983fcc28 (diff) |
no need for debug options by default, now that the bug is dead
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r-- | sys/arch/i386/stand/Makefile.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/stand/Makefile.inc b/sys/arch/i386/stand/Makefile.inc index 59b4b99780c..9c8852115f3 100644 --- a/sys/arch/i386/stand/Makefile.inc +++ b/sys/arch/i386/stand/Makefile.inc @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile.inc,v 1.20 1998/04/18 07:39:32 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.21 1998/04/20 13:25:00 deraadt Exp $ CFLAGS=${DEBUG} -O2 -Wall -Werror CPPFLAGS+=-I${S} -I${SADIR}/libsa -I. -I${.CURDIR} SACFLAGS=-nostdinc -fno-builtin -fpack-struct SACFLAGS+=-D_STANDALONE # CPPFLAGS+=-DSAVE_MEMORY -DEBUGFLAGS=-DDEBUG -DEBUGFLAGS+=-DGIDT_DEBUG -DEBUGFLAGS+=-DBIOS_DEBUG +# DEBUGFLAGS=-DDEBUG +# DEBUGFLAGS+=-DGIDT_DEBUG +# DEBUGFLAGS+=-DBIOS_DEBUG # DEBUGFLAGS+=-DEXEC_DEBUG # DEBUGFLAGS+=-DALLOC_TRACE # DEBUGFLAGS+=-D_TEST |