citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 64400fa904da3df7719fda27f25a86316d9cc37f
parent e51d80e497896061c36250c062c1900fdcc32d02
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Thu, 17 Mar 2016 19:31:16 -0600

lib: please OSX

Diffstat:
Mlib/Makefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/Makefile b/lib/Makefile @@ -7,5 +7,7 @@ SHLIB_MINOR = 0 CFLAGS += -pthread LDADD += -pthread +# OS X bsdmake squabbles over this +NO_PROFILE = 1 NOPROFILE = 1 .include <bsd.lib.mk>