upstream commit
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@ Upstream-Regress-ID: 4a0bb72f95c63f2ae9daa8a040ac23914bddb542
This commit is contained in:
parent
6d31193d0b
commit
18813a32b6
|
@ -1,9 +1,8 @@
|
|||
# $OpenBSD: Makefile,v 1.2 2015/01/20 22:58:57 djm Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2016/07/04 18:01:44 guenther Exp $
|
||||
|
||||
LIB= test_helper
|
||||
SRCS= test_helper.c fuzz.c
|
||||
|
||||
DEBUGLIBS= no
|
||||
NOPROFILE= yes
|
||||
NOPIC= yes
|
||||
|
||||
|
|
Loading…
Reference in New Issue