From 3ff85fc9c4413b7c8bc13cd557e16d14b7c5e136 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 20 Feb 2017 05:34:46 +0330 Subject: fixed some build mode options --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 7781ef3..ac1bbb5 100644 --- a/makefile +++ b/makefile @@ -66,7 +66,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 -fexceptions + -std=c++11 -static-libstdc++ -UNDEBUG -fexceptions EXTRA_LD_FLAGS=-v tinyxml2/tinyxml2.o endif -- cgit v1.2.3