aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-15 00:05:34 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-15 00:05:34 +0000
commitd0bf3c3c8114a6edecbb173196072e4fca0765b0 (patch)
tree4f7071b29a04771fdd67a439e5bf218ac667a32f /makefile
parentupdate (diff)
downloadmutator-d0bf3c3c8114a6edecbb173196072e4fca0765b0.tar.gz
mutator-d0bf3c3c8114a6edecbb173196072e4fca0765b0.zip
added std=c++11 to the extra options
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index de0011a..21a03fe 100644
--- a/makefile
+++ b/makefile
@@ -6,7 +6,7 @@ CXX=clang++
CXX_FLAGS=$(shell llvm-config --cxxflags)
#EXTRA_CXX_FALGS=-I/home/bloodstalker/extra/llvm-clang-4/llvm/tools/clang/include -I/home/bloodstalker/extra/llvm-clang-4/build/tools/clang/include
-EXTRA_CXX_FALGS=-I$(shell llvm-config --src-root)/tools/clang/include -I$(shell llvm-config --obj-root)/tools/clang/include
+EXTRA_CXX_FALGS=-I$(shell llvm-config --src-root)/tools/clang/include -I$(shell llvm-config --obj-root)/tools/clang/include -std=c++11
EXTRA_LD_FLAGS=-v tinyxml2/tinyxml2.o
LD_FLAGS=-Wl,--start-group -lclangAST -lclangAnalysis -lclangBasic\