aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-02-15 00:40:34 +0000
committerbloodstalker <thabogre@gmail.com>2017-02-15 00:40:34 +0000
commitfb5fff7b7135b8db8ef2bb115952c20533b6c210 (patch)
tree4aa55779c651369f6fbf90ffd17de81b5a811fcc /makefile
parentminor change (diff)
downloadmutator-fb5fff7b7135b8db8ef2bb115952c20533b6c210.tar.gz
mutator-fb5fff7b7135b8db8ef2bb115952c20533b6c210.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 95ab535..d618459 100644
--- a/makefile
+++ b/makefile
@@ -5,7 +5,7 @@ include macros.mk
#######################################VARS####################################
CXX?=clang++
LLVM_CONF?=llvm-config
-BUILD_MODE?=COV_NO_CLANG
+BUILD_MODE?=COV_NO_CLANG_1Z
SHELL:=/bin/bash
CXX_FLAGS=$(shell $(LLVM_CONF) --cxxflags)