citrun

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

commit 3e97af28d2abb90a01178917ab1f4aff11c3190e
parent 1c81db9747fe691a9e7fdad60df03b13c7f2694b
Author: Kyle Milz <kyle@0x30.net>
Date:   Wed, 27 Jul 2016 17:12:14 -0600

lib: compile with -ansi instead of -std=c89

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 -fPIC -pthread -std=c89 ; +SubDirCcFlags -fPIC -pthread -ansi ; Library libcitrun : runtime.c ; InstallLib $(PREFIX)/lib : libcitrun.a ;