mirror of
https://github.com/isar/libmdbx.git
synced 2025-03-04 17:18:13 +08:00
mdbx: do not enable ASAN.detect_leaks in macOS since unsupported.
This commit is contained in:
parent
fc1a91169b
commit
63f8eb253d
@ -23147,7 +23147,9 @@ LIBMDBX_API __attribute__((__weak__)) const char *__asan_default_options() {
|
|||||||
"report_globals=1:"
|
"report_globals=1:"
|
||||||
"replace_str=1:replace_intrin=1:"
|
"replace_str=1:replace_intrin=1:"
|
||||||
"malloc_context_size=9:"
|
"malloc_context_size=9:"
|
||||||
|
#if !defined(__APPLE__)
|
||||||
"detect_leaks=1:"
|
"detect_leaks=1:"
|
||||||
|
#endif
|
||||||
"check_printf=1:"
|
"check_printf=1:"
|
||||||
"detect_deadlocks=1:"
|
"detect_deadlocks=1:"
|
||||||
#ifndef LTO_ENABLED
|
#ifndef LTO_ENABLED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user