diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-04-10 10:42:03 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-04-10 10:42:03 +0000 | 
| commit | c96baeb3d7cda91f068ea55b3d322de20fe7f273 (patch) | |
| tree | 3a1d59ed49bba7333487cd8ee8630427e3de7493 | |
| parent | trying to fix the cov build (diff) | |
| download | mutator-c96baeb3d7cda91f068ea55b3d322de20fe7f273.tar.gz mutator-c96baeb3d7cda91f068ea55b3d322de20fe7f273.zip | |
fixing the cov build
| -rw-r--r-- | macros.mk | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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='409*' -Xclang -coverage-cfg-checksum\ + -std=c++11 -UNDEBUG -fprofile-arcs -ftest-coverage -fexceptions -Xclang -coverage-version='408*' -Xclang -coverage-cfg-checksum\   -Xclang -coverage-no-function-names-in-data -EXTRA_LD_FLAGS=-v -fprofile-arcs -ftest-coverage -fexceptions -Xclang -coverage-version='409*' -Xclang -coverage-cfg-checksum\ +EXTRA_LD_FLAGS=-v -fprofile-arcs -ftest-coverage -fexceptions -Xclang -coverage-version='408*' -Xclang -coverage-cfg-checksum\   -Xclang -coverage-no-function-names-in-data  endif | 
