diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-20 02:04:46 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-20 02:04:46 +0000 |
commit | 3ff85fc9c4413b7c8bc13cd557e16d14b7c5e136 (patch) | |
tree | d1accb28eb4fd26492d1e095b04833d9a221a7f6 | |
parent | fixed some build mode options (diff) | |
download | mutator-3ff85fc9c4413b7c8bc13cd557e16d14b7c5e136.tar.gz mutator-3ff85fc9c4413b7c8bc13cd557e16d14b7c5e136.zip |
fixed some build mode options
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |