summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2025-05-31 08:41:31 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2025-05-31 08:41:31 +0300
commitf6235e95b903e17cfeb770b2af9cfb28bbce686b (patch)
tree68b83047aaf7f7e1aec6664d06c5beaf83c59fbb /Makefile
parentcc10fbd22afe3212ae2f63ff80bbb1043ba4b518 (diff)
Makefile: turn off asan in when testing
It doesn't like Guile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0a8c8cf..8ec2377 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,6 @@ endif
# for the better error messages (esp. for fmt).
ifneq (${MU_HACKER},)
MESON_FLAGS:=$(MESON_FLAGS) '-Dbuildtype=debug' \
- '-Db_sanitize=address' \
'-Dreadline=enabled' \
'-Dcpp_std=c++23'
endif