aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-24 14:33:12 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-24 14:33:12 +0000
commitb7fddc24d192c5ffa1c154c3185ba1cb2ca21846 (patch)
tree87a81cb1b89cd743c68008a4af31f653d159cc53 /makefile
parentfixed (diff)
downloadmutator-b7fddc24d192c5ffa1c154c3185ba1cb2ca21846.tar.gz
mutator-b7fddc24d192c5ffa1c154c3185ba1cb2ca21846.zip
reverted
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 158383b..919a2b1 100644
--- a/makefile
+++ b/makefile
@@ -2,7 +2,7 @@
#######################################VARS####################################
CXX?=clang++
LLVM_CONF?=llvm-config
-BUILD_MODE?=COV_NO_CLANG_1Z
+BUILD_MODE?=COV_NO_CLANG
CXX_FLAGS=$(shell $(LLVM_CONF) --cxxflags)