mirror of
https://github.com/isar/libmdbx.git
synced 2025-02-07 16:09:35 +08:00
mdbx: включение MDBX_ENABLE_PROFGC
для Erigon.
This commit is contained in:
parent
b46d2def80
commit
df27f764ef
@ -87,7 +87,7 @@
|
||||
|
||||
/** Controls profiling of GC search and updates. */
|
||||
#ifndef MDBX_ENABLE_PROFGC
|
||||
#define MDBX_ENABLE_PROFGC 0
|
||||
#define MDBX_ENABLE_PROFGC 1
|
||||
#elif !(MDBX_ENABLE_PROFGC == 0 || MDBX_ENABLE_PROFGC == 1)
|
||||
#error MDBX_ENABLE_PROFGC must be defined as 0 or 1
|
||||
#endif /* MDBX_ENABLE_PROFGC */
|
||||
|
Loading…
x
Reference in New Issue
Block a user