aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
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)