aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-04-10 07:24:22 +0000
committerbloodstalker <thabogre@gmail.com>2017-04-10 07:24:22 +0000
commit44501c9b03fcaf460d945af075d4f6231886313f (patch)
treed2ac4a5e5b844a64e9b30c431e7022f327521542
parenttrying to fix the cov build (diff)
downloadmutator-44501c9b03fcaf460d945af075d4f6231886313f.tar.gz
mutator-44501c9b03fcaf460d945af075d4f6231886313f.zip
changed the gcov version for the cov build
-rw-r--r--macros.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros.mk b/macros.mk
index fd0c89b..acf05f3 100644
--- a/macros.mk
+++ b/macros.mk
@@ -34,9 +34,9 @@ ifeq ($(BUILD_MODE), COV_GNU)
#$(error This build mode is only useable with clang++.)
#endif
EXTRA_CXX_FALGS=-I$(shell $(LLVM_CONF) --src-root)/tools/clang/include -I$(shell $(LLVM_CONF) --obj-root)/tools/clang/include\
- -std=c++11 -UNDEBUG -fprofile-arcs -ftest-coverage -fexceptions -Xclang -coverage-version='408*' -Xclang -coverage-cfg-checksum\
+ -std=c++11 -UNDEBUG -fprofile-arcs -ftest-coverage -fexceptions -Xclang -coverage-version='409*' -Xclang -coverage-cfg-checksum\
-Xclang -coverage-no-function-names-in-data
-EXTRA_LD_FLAGS=-v -fprofile-arcs -ftest-coverage -fexceptions -Xclang -coverage-version='408*' -Xclang -coverage-cfg-checksum\
+EXTRA_LD_FLAGS=-v -fprofile-arcs -ftest-coverage -fexceptions -Xclang -coverage-version='409*' -Xclang -coverage-cfg-checksum\
-Xclang -coverage-no-function-names-in-data
endif