summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6ea1b81..0994288 100644
--- a/Makefile
+++ b/Makefile
@@ -28,10 +28,9 @@ endif
# when MU_HACKER is set, do a debug build
ifneq (${MU_HACKER},)
-MESON_FLAGS:=$(MESON_FLAGS) '-Dbuildtype=debug'
+MESON_FLAGS:=$(MESON_FLAGS) '-Dbuildtype=debug' '-Db_sanitize=address'
endif
-
.PHONY: all
.PHONY: check test test-verbose-if-fail test-valgrind test-helgrind
.PHONY: benchmark coverage