citrun

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

commit 9121e9f71fe46295dcebd38501323a3bc3eeafbb
parent 36dde95ab2928f18fcab48e541f1a91474d31097
Author: Kyle Milz <kyle@0x30.net>
Date:   Sat,  9 Jul 2016 13:20:13 -0600

Jamrules: add comment about C++FLAGS

Diffstat:
MJamrules | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Jamrules b/Jamrules @@ -13,6 +13,9 @@ else { # Packaging systems like for build systems to respect this. OPTIM = $(CFLAGS) ; +# These get baked into citrun-inst because it needs to know: +# - the exact location of the runtime library +# - the PATH component it came from, so it can remove itself C++FLAGS += -DCITRUN_LIB=$(CITRUN_LIB) -DCITRUN_PATH=$(CITRUN_PATH) ; if $(OS) = OPENBSD {