mdbx: do not enable ASAN.detect_leaks in macOS since unsupported.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2022-06-09 11:54:22 +03:00
parent fc1a91169b
commit 63f8eb253d

View File

@ -23147,7 +23147,9 @@ LIBMDBX_API __attribute__((__weak__)) const char *__asan_default_options() {
"report_globals=1:"
"replace_str=1:replace_intrin=1:"
"malloc_context_size=9:"
#if !defined(__APPLE__)
"detect_leaks=1:"
#endif
"check_printf=1:"
"detect_deadlocks=1:"
#ifndef LTO_ENABLED