mdbx: allow to predefine/override MDBX_BUILD_TIMESTAMP for builds reproducibility.

Resolve https://github.com/erthink/libmdbx/issues/201
This commit is contained in:
Leonid Yuriev
2021-06-02 14:44:58 +03:00
parent 50328de63c
commit f951f246b8
4 changed files with 16 additions and 7 deletions

View File

@@ -21978,7 +21978,7 @@ __dll_export
#ifdef MDBX_BUILD_TIMESTAMP
MDBX_BUILD_TIMESTAMP
#else
__DATE__ " " __TIME__
"\"" __DATE__ " " __TIME__ "\""
#endif /* MDBX_BUILD_TIMESTAMP */
,