aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-17 18:53:03 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-17 18:53:03 +0000
commitb1e794f9f059d3c1f2c06f5b8c99877113d4656f (patch)
treeb86c4b09629fd8314d810e4567595adb450bbb70 /makefile
parentupdated with the new makefile (diff)
downloadmutator-b1e794f9f059d3c1f2c06f5b8c99877113d4656f.tar.gz
mutator-b1e794f9f059d3c1f2c06f5b8c99877113d4656f.zip
changed the default BUILD_MODE
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 5f460c5..2074119 100644
--- a/makefile
+++ b/makefile
@@ -2,7 +2,7 @@
#######################################VARS####################################
CXX?=clang++
LLVM_CONF?=llvm-config
-BUILD_MODE?=COV_NO
+BUILD_MODE?=COV_NO_CLANG
CXX_FLAGS=$(shell $(LLVM_CONF) --cxxflags)