aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-02-20 02:04:46 +0000
committerbloodstalker <thabogre@gmail.com>2017-02-20 02:04:46 +0000
commit3ff85fc9c4413b7c8bc13cd557e16d14b7c5e136 (patch)
treed1accb28eb4fd26492d1e095b04833d9a221a7f6 /makefile
parentfixed some build mode options (diff)
downloadmutator-3ff85fc9c4413b7c8bc13cd557e16d14b7c5e136.tar.gz
mutator-3ff85fc9c4413b7c8bc13cd557e16d14b7c5e136.zip
fixed some build mode options
Diffstat (limited to '')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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