aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-24 14:00:26 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-24 14:00:26 +0000
commitbcd08d983c23b4ab551ac04ea1de0389a81fdb50 (patch)
treeb3c22cc0fbe0fb78f895f74a3a4e07442168821c /makefile
parentadded tdd tests for 8.7 (diff)
downloadmutator-bcd08d983c23b4ab551ac04ea1de0389a81fdb50.tar.gz
mutator-bcd08d983c23b4ab551ac04ea1de0389a81fdb50.zip
changed the default build mode to c++1z
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 62278ea..2d86ecb 100644
--- a/makefile
+++ b/makefile
@@ -2,7 +2,7 @@
#######################################VARS####################################
CXX?=clang++
LLVM_CONF?=llvm-config
-BUILD_MODE?=COV_NO_CLANG
+BUILD_MODE?=COV_NO_CLANG_1Z
CXX_FLAGS=$(shell $(LLVM_CONF) --cxxflags)