diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-10-09 20:25:11 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-10-09 20:25:11 +0000 |
commit | f048c5f9403cbb22e41de3f31d201783ea3dd03d (patch) | |
tree | 70d71a7fac71fbcd7a12dd0e137bf080fa32c803 /sys | |
parent | 465647441f2170173e01672a282292572aa0b779 (diff) |
do not build debug libs (if enabled in mk.conf)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/stand/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/Makefile.inc b/sys/arch/i386/stand/Makefile.inc index c97b5b5ac0a..adebaa94ec6 100644 --- a/sys/arch/i386/stand/Makefile.inc +++ b/sys/arch/i386/stand/Makefile.inc @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile.inc,v 1.28 2000/06/08 23:32:50 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.29 2000/10/09 20:25:10 mickey Exp $ CFLAGS=${DEBUG} -Os -Wall -Werror CPPFLAGS+=-I${S} -I${SADIR}/libsa -I. -I${.CURDIR} SACFLAGS=-D_STANDALONE +DEBUGLIBS=no DEBUGFLAGS= # DEBUGFLAGS+=-DDEBUG # DEBUGFLAGS+=-DGIDT_DEBUG |