citrun

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

commit 0bb70986503f7c000a24c558a9ad6a67e404c623
parent 490378625e56d78377ab1717fc6a467d424f3094
Author: kyle <kyle@getaddrinfo.net>
Date:   Wed, 16 Mar 2016 19:27:40 -0600

wrap: instrumented programs don't need -pthread

Diffstat:
Mwrap/scv_wrap | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wrap/scv_wrap b/wrap/scv_wrap @@ -10,7 +10,7 @@ fi export SCV_PATH="$scv_root/instrument/compilers" export PATH="$SCV_PATH:$PATH" -export CFLAGS="-pthread -I$scv_root" +export CFLAGS="-I$scv_root" export LDFLAGS="-L$scv_root/lib" export LDADD="-lscv -pthread"