mdbx-build: minor fix build-info & options.

Change-Id: I72020c99a081845a155d7fda2ff30b7907124760
This commit is contained in:
Leonid Yuriev
2019-09-27 11:32:39 +03:00
parent 20447c877d
commit e41369fbc6
3 changed files with 3 additions and 6 deletions

View File

@@ -15287,9 +15287,6 @@ __dll_export
#endif /* MDBX_BUILD_CONFIG */
,
"MDBX_DEBUG=" STRINGIFY(MDBX_DEBUG)
#ifdef MDBX_CONFIG_H
" MDBX_CONFIG_H=" STRINGIFY(MDBX_CONFIG_H)
#endif /* MDBX_CONFIG_H */
" MDBX_WORDBITS=" STRINGIFY(MDBX_WORDBITS)
" BYTE_ORDER="
#if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__