From 44501c9b03fcaf460d945af075d4f6231886313f Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 10 Apr 2017 11:54:22 +0430 Subject: changed the gcov version for the cov build --- macros.mk | 4 ++-- 1 file 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 -- cgit v1.2.3