mirror of
https://github.com/isar/libmdbx.git
synced 2025-10-07 13:32:19 +08:00
mdbx-debug: alter begin/end debug-includes.
Change-Id: I024e992f6864befa1a6cfbf2dd696c19095d3cdf
This commit is contained in:
@@ -32,3 +32,5 @@
|
|||||||
|
|
||||||
#undef mdbx_assert
|
#undef mdbx_assert
|
||||||
#define mdbx_assert(env, expr) mdbx_ensure(env, expr)
|
#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_warning")
|
||||||
#pragma pop_macro("mdbx_error")
|
#pragma pop_macro("mdbx_error")
|
||||||
#pragma pop_macro("mdbx_assert")
|
#pragma pop_macro("mdbx_assert")
|
||||||
|
|
||||||
|
#pragma GCC reset_options
|
||||||
|
Reference in New Issue
Block a user