citrun

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

commit 1b7eede7a1079acc8f336a5c16258642f7304b5d
parent 665b6dca5d1ae636ca7b2531501b5c8e62441b70
Author: Kyle Milz <kyle@0x30.net>
Date:   Tue, 30 Aug 2016 20:19:38 -0600

link gl with c++ linker

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 on citrun-inst citrun-term citrun-dump = $(C++) ; +LINK on citrun-inst citrun-term citrun-gl = $(C++) ; rule Stringize {