citrun

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

commit beef35a9c1d138f5508a5721fe1b9f5682d6a951
parent 140d991f554bd8b3d3ad291d6c68f9a71eb8a728
Author: Kyle Milz <kyle@windows.krwm.net>
Date:   Sun,  1 Jan 2017 21:25:33 -0800

src: make comment static lib agnostic

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

diff --git a/src/Jamfile b/src/Jamfile @@ -1,7 +1,7 @@ SubDir TOP src ; # -# libcitrun.a +# libcitrun # ObjectCcFlags lib.c : -fPIC -ansi ; Library libcitrun : lib.c ;