citrun

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

commit b9511a819298c9b45d93d41a2bc3d211086eae05
parent 2969027c0ebe9c86a7a58c00612180b0b048c83b
Author: Kyle Milz <kyle@0x30.net>
Date:   Thu, 16 Jun 2016 19:48:32 -0600

Jamrules: set OPTIM to CFLAGS, seems to work better on C source

Diffstat:
MJamrules | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Jamrules b/Jamrules @@ -1,8 +1,7 @@ PREFIX ?= `pwd` ; # Packaging systems like for build systems to respect this. -CFLAGS = $(CFLAGS) ; -C++FLAGS = $(CFLAGS) ; +OPTIM = $(CFLAGS) ; C++FLAGS += -DCITRUN_LIB=$(PREFIX)/lib/libcitrun.a ;