mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-02 00:34:13 +08:00
mdbx-debug: alter begin/end debug-includes.
Change-Id: I024e992f6864befa1a6cfbf2dd696c19095d3cdf
This commit is contained in:
parent
efe7cf2a95
commit
1804b78406
@ -32,3 +32,5 @@
|
||||
|
||||
#undef mdbx_assert
|
||||
#define mdbx_assert(env, expr) mdbx_ensure(env, expr)
|
||||
|
||||
#pragma GCC optimize("-O0")
|
||||
|
@ -5,3 +5,5 @@
|
||||
#pragma pop_macro("mdbx_warning")
|
||||
#pragma pop_macro("mdbx_error")
|
||||
#pragma pop_macro("mdbx_assert")
|
||||
|
||||
#pragma GCC reset_options
|
||||
|
Loading…
x
Reference in New Issue
Block a user