diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2025-05-31 08:41:31 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2025-05-31 08:41:31 +0300 |
| commit | f6235e95b903e17cfeb770b2af9cfb28bbce686b (patch) | |
| tree | 68b83047aaf7f7e1aec6664d06c5beaf83c59fbb /Makefile | |
| parent | cc10fbd22afe3212ae2f63ff80bbb1043ba4b518 (diff) | |
Makefile: turn off asan in when testing
It doesn't like Guile.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
