citrun

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

commit 11b07e7fa3b2e6fe67297636d72180c757e2e3b5
parent 02442b25bc79c0d19251baec2021364371cd0df7
Author: Kyle Milz <kyle@0x30.net>
Date:   Sat,  6 Aug 2016 15:58:51 -0600

bin: don't clean -fdx in gcov because buildbot already does

Diffstat:
Mbin/gcov.sh | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/bin/gcov.sh b/bin/gcov.sh @@ -1,7 +1,5 @@ #!/bin/sh -e -git clean -fdx - export CITRUN_COVERAGE=1 CFLAGS="-coverage -O0 -ggdb" jam -j4