citrun

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

commit 3aa2360bb32daa0c752a1eb6517d3dce246603f0
parent 0ea398ca1d43c94f1021c27b6d29cefd5f716680
Author: kyle <kyle@getaddrinfo.net>
Date:   Mon, 28 Mar 2016 23:37:56 -0600

instrument: depend on c++11 directly

Diffstat:
Minstrument/Jamfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/instrument/Jamfile b/instrument/Jamfile @@ -1,6 +1,6 @@ SubDir TOP instrument ; -SUBDIRC++FLAGS = `llvm-config --cxxflags` ; +SUBDIRC++FLAGS = -std=c++11 `llvm-config --cxxflags` ; Main scv_instrument : main.cc instrument_action.cc