mdbx-debug: alter begin/end debug-includes.

Change-Id: I024e992f6864befa1a6cfbf2dd696c19095d3cdf
This commit is contained in:
Leonid Yuriev 2020-10-26 09:22:25 +03:00
parent efe7cf2a95
commit 1804b78406
2 changed files with 4 additions and 0 deletions

View File

@ -32,3 +32,5 @@
#undef mdbx_assert
#define mdbx_assert(env, expr) mdbx_ensure(env, expr)
#pragma GCC optimize("-O0")

View File

@ -5,3 +5,5 @@
#pragma pop_macro("mdbx_warning")
#pragma pop_macro("mdbx_error")
#pragma pop_macro("mdbx_assert")
#pragma GCC reset_options