diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2016-07-04 18:01:45 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2016-07-04 18:01:45 +0000 |
commit | 3291a02f9199737c4d142baa04327a7638252f40 (patch) | |
tree | 6696e21c0e95ca17a33441f48aeb2cece67df48e /sys/arch/amd64/stand | |
parent | 5f4a7b14cf8a489690f75891ca7a375de899f92c (diff) |
DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS
contains -g by default anyway
problem noted by Edgar Pettijohn (edgar (at) pettijohn-web.com)
ok millert@ kettenis@ deraadt@
Diffstat (limited to 'sys/arch/amd64/stand')
-rw-r--r-- | sys/arch/amd64/stand/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/Makefile.inc b/sys/arch/amd64/stand/Makefile.inc index 4460cf4bdaf..9ed0d8b10d2 100644 --- a/sys/arch/amd64/stand/Makefile.inc +++ b/sys/arch/amd64/stand/Makefile.inc @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile.inc,v 1.13 2015/10/08 22:41:12 yasuoka Exp $ +# $OpenBSD: Makefile.inc,v 1.14 2016/07/04 18:01:44 guenther Exp $ CFLAGS=${DEBUG} ${COPTS} -Os -Wall -Werror CFLAGS+= -fno-stack-protector -DMDRANDOM CPPFLAGS+=-I${S} -I${SADIR}/libsa -I. -I${.CURDIR} SACFLAGS=-D_STANDALONE -DEBUGLIBS=no DEBUGFLAGS= # DEBUGFLAGS+=-DDEBUG # DEBUGFLAGS+=-DGIDT_DEBUG |