Makefile: turn off asan in when testing
It doesn't like Guile.
This commit is contained in:
1
Makefile
1
Makefile
@ -39,7 +39,6 @@ endif
|
|||||||
# for the better error messages (esp. for fmt).
|
# for the better error messages (esp. for fmt).
|
||||||
ifneq (${MU_HACKER},)
|
ifneq (${MU_HACKER},)
|
||||||
MESON_FLAGS:=$(MESON_FLAGS) '-Dbuildtype=debug' \
|
MESON_FLAGS:=$(MESON_FLAGS) '-Dbuildtype=debug' \
|
||||||
'-Db_sanitize=address' \
|
|
||||||
'-Dreadline=enabled' \
|
'-Dreadline=enabled' \
|
||||||
'-Dcpp_std=c++23'
|
'-Dcpp_std=c++23'
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user