citrun

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

commit f96e49e2130be581eb96881f971f797f81943309
parent 71facb0236a5bd7fb26a6e14e81a7baea074d99f
Author: Kyle Milz <kyle@0x30.net>
Date:   Sun, 11 Dec 2016 12:19:09 -0700

Jamrules: go back to Debug/Release build msgs

Diffstat:
MJamrules | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Jamrules b/Jamrules @@ -6,11 +6,12 @@ # If PREFIX is set we're building a package, so trust that will be the final # (after installation) location. # -echo ...build C It Run on $(OS)... ; if $(PREFIX) { + echo ...build C It Run (Release) on $(OS)... ; CITRUN_SHARE = $(PREFIX)/share/citrun ; } else { + echo ...build C It Run (Debug) on $(OS)... ; #CITRUN_SHARE = "`readlink -f $(TOP)/src`" ; CITRUN_SHARE = "`cd $(TOP)/src && pwd`" ; CFLAGS += -Wall -g ;