citrun

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

commit 1cbcadace764312fcc0fc9c1e028e3b8843b7f83
parent a06a69f44fa160ffd014e59f197f21794c4c841f
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon, 29 Aug 2016 18:34:11 -0600

Jamrules: use c++ linker for c++ applications

Diffstat:
MJamrules | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jamrules b/Jamrules @@ -70,7 +70,7 @@ if $(CITRUN_COVERAGE) { # Link with the c++ compiler so that the matching c++ runtime library gets added # automatically. -LINK = $(C++) ; +LINK on citrun-inst citrun-term citrun-dump = $(C++) ; rule Stringize {