mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-06 20:14:14 +08:00
mdbx: fix proto of __asan_default_options()
(backport).
This commit is contained in:
parent
b7ace5b216
commit
d504ca1747
@ -23266,7 +23266,7 @@ __dll_export
|
|||||||
};
|
};
|
||||||
|
|
||||||
#ifdef __SANITIZE_ADDRESS__
|
#ifdef __SANITIZE_ADDRESS__
|
||||||
LIBMDBX_API __attribute__((__weak__)) const char *__asan_default_options() {
|
LIBMDBX_API __attribute__((__weak__)) const char *__asan_default_options(void) {
|
||||||
return "symbolize=1:allow_addr2line=1:"
|
return "symbolize=1:allow_addr2line=1:"
|
||||||
#if MDBX_DEBUG
|
#if MDBX_DEBUG
|
||||||
"debug=1:"
|
"debug=1:"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user