citrun

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

commit 274c038bb62049c996d2ea143be64076e90384ee
parent 3e0f6e46f28d50e02c54f693195804a00935beaf
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Thu, 17 Mar 2016 21:23:34 -0600

instrument: don't specify CXX

Diffstat:
Minstrument/Makefile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/instrument/Makefile b/instrument/Makefile @@ -1,7 +1,6 @@ PROG = scv_instrument SRCS = main.cxx instrumenter.cxx -CXX = clang++ CXXFLAGS = `llvm-config --cxxflags` LDFLAGS += `llvm-config --ldflags`