citrun

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

commit 532a5fd0db9b8fd8740a6bd07a00e86d43fbcb32
parent 018cb80ff56f56cf533ff2063c576d3c4482f307
Author: Kyle Milz <kyle@cyan.krwm.net>
Date:   Sun,  3 Jul 2016 14:05:46 -0600

lib: compile with -fPIC

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

diff --git a/lib/Jamfile b/lib/Jamfile @@ -1,6 +1,6 @@ SubDir TOP lib ; -SubDirCcFlags -pthread ; +SubDirCcFlags -fPIC -pthread ; Library libcitrun : runtime.c ; InstallLib $(PREFIX)/lib : libcitrun.a ;