aboutsummaryrefslogtreecommitdiffstats
path: root/macros.mk
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-12-11 07:42:01 +0000
committerbloodstalker <thabogre@gmail.com>2017-12-11 07:42:01 +0000
commite2085af9974a655f298595a8476dbf4d7769cb04 (patch)
tree72b95aa1ccbe0203f454c5c8f4c91bc84cbac8ff /macros.mk
parentobfuscator can remove comments now. it can handle some hairy stuff. its bette... (diff)
downloadmutator-e2085af9974a655f298595a8476dbf4d7769cb04.tar.gz
mutator-e2085af9974a655f298595a8476dbf4d7769cb04.zip
wip, added methods for dealing with filename changes to obfuscator
Diffstat (limited to 'macros.mk')
-rw-r--r--macros.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/macros.mk b/macros.mk
index af9801c..cf86dff 100644
--- a/macros.mk
+++ b/macros.mk
@@ -7,6 +7,7 @@ CC?=clang
LLVM_CONF?=llvm-config
BUILD_MODE?=COV_NO_CLANG_1Z
SHELL:=/bin/bash
+MAKEFLAGS+=--warn-undefined-variables
CXX_FLAGS=$(shell $(LLVM_CONF) --cxxflags)