diff --git a/core/Debug.carp b/core/Debug.carp index a9e5acb4..1168ed38 100644 --- a/core/Debug.carp +++ b/core/Debug.carp @@ -6,7 +6,7 @@ This might not work on all compilers, but reasonably new versions of GCC and Clang are supported.") (defndynamic sanitize-addresses [] - (add-cflag "-fsanitize=address")) + (add-cflag "-fsanitize=address -Wno-macro-redefined")) (doc check-allocations "will check the allocations made by the program immediately, raising a `SIGABRT` if it fails.")