diff options
author | bloodstalker <thabogre@gmail.com> | 2017-01-25 15:30:53 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-01-25 15:30:53 +0000 |
commit | 3c795858dd794dd278def39fad005f875e335b4d (patch) | |
tree | 23d9ab4b2f66692a12e0320fe6ac0799298ed7f4 /json | |
parent | adding coveralls integration (diff) | |
download | mutator-3c795858dd794dd278def39fad005f875e335b4d.tar.gz mutator-3c795858dd794dd278def39fad005f875e335b4d.zip |
commented cov_gnu error message
Diffstat (limited to '')
-rw-r--r-- | json/makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/json/makefile b/json/makefile index 3e114ca..5249b86 100644 --- a/json/makefile +++ b/json/makefile @@ -25,9 +25,9 @@ endif #for gcov compatibility ifeq ($(BUILD_MODE), COV_GNU) -ifneq ($(CXX), clang++) -$(error This build mode is only useable with clang++.) -endif +#ifneq ($(CXX), clang++) +#$(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 -stdlib=libstdc++ -UNDEBUG -fprofile-arcs -ftest-coverage -fexceptions EXTRA_LD_FLAGS=-v tinyxml2/tinyxml2.o -fprofile-arcs -ftest-coverage |