citrun

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

commit d36fcf5b5ce8bed3e78839e8a55f1c3536913211
parent 3c6dbd5a61f1d5f68b963551a4d5dd4b4f3bf01a
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Tue, 22 Mar 2016 22:58:57 -0600

wrap: no reason to export -I anymore

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

diff --git a/wrap/scv_wrap b/wrap/scv_wrap @@ -11,9 +11,7 @@ fi export SCV_PATH="$scv_root/instrument/compilers" export PATH="$SCV_PATH:$PATH" -export CFLAGS="-I$scv_root/lib" export LDFLAGS="-L$scv_root/lib" - export LDADD="-lscv" # Used for running programs