aboutsummaryrefslogtreecommitdiffstats
path: root/tinyxml2
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-01-25 15:31:17 +0000
committerbloodstalker <thabogre@gmail.com>2017-01-25 15:31:17 +0000
commit956b9437754f010fed0e13785bfff5c619f6c292 (patch)
tree73202f0a85655dc77968625c72d7e00d8222ba7d /tinyxml2
parentcommented cov_gnu error message (diff)
downloadmutator-956b9437754f010fed0e13785bfff5c619f6c292.tar.gz
mutator-956b9437754f010fed0e13785bfff5c619f6c292.zip
commented cov-gnu error message
Diffstat (limited to 'tinyxml2')
-rw-r--r--tinyxml2/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tinyxml2/makefile b/tinyxml2/makefile
index add1f76..41e5f07 100644
--- a/tinyxml2/makefile
+++ b/tinyxml2/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
EXTRA_LD_FLAGS=-v tinyxml2/tinyxml2.o -fprofile-arcs -ftest-coverage