citrun

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

commit 88311226817f5f2b67762a4922c2bd81c207e49b
parent 3d8476d1125f05e4e6287f8313432e71271d94c1
Author: kyle <kyle@0x30.net>
Date:   Wed, 18 Jan 2017 20:01:55 -0700

jam: don't use parallel compilation in coverage + analysis jobs

Diffstat:
MJamrules.extra | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jamrules.extra b/Jamrules.extra @@ -29,14 +29,14 @@ if $(NT) { actions Analysis { scan-build --use-c++=eg++ ./configure - scan-build -o html --use-c++=eg++ jam -j4 + scan-build -o html --use-c++=eg++ jam } actions TestCoverage { set -e CFLAGS="-coverage" LDFLAGS="-coverage" ./configure - jam -j4 + jam # Roll libgcov.a into libcitrun.a. ar -M < t/libcitrun_gcov.mri