From 6d219a37a6d8573f9c34cfadc4efd72732eb005e Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 20 Feb 2017 05:35:02 +0330 Subject: fixed some build mode options --- tinyxml2/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tinyxml2') diff --git a/tinyxml2/makefile b/tinyxml2/makefile index 41e5f07..2777bf8 100644 --- a/tinyxml2/makefile +++ b/tinyxml2/makefile @@ -29,7 +29,7 @@ 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 -stdlib=libstdc++ -UNDEBUG -fprofile-arcs -ftest-coverage + -std=c++11 -UNDEBUG -fprofile-arcs -ftest-coverage EXTRA_LD_FLAGS=-v tinyxml2/tinyxml2.o -fprofile-arcs -ftest-coverage endif @@ -53,7 +53,7 @@ ifneq ($(CXX), g++) $(error This build mode is only useable with g++.) 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 + -std=c++11 -static-libstdc++ -UNDEBUG EXTRA_LD_FLAGS=-v tinyxml2/tinyxml2.o endif -- cgit v1.2.3