mirror of
https://github.com/isar/libmdbx.git
synced 2026-01-14 03:02:21 +08:00
mdbx: allow to predefine/override MDBX_BUILD_TIMESTAMP for builds reproducibility.
Resolve https://github.com/erthink/libmdbx/issues/201
This commit is contained in:
@@ -21978,7 +21978,7 @@ __dll_export
|
||||
#ifdef MDBX_BUILD_TIMESTAMP
|
||||
MDBX_BUILD_TIMESTAMP
|
||||
#else
|
||||
__DATE__ " " __TIME__
|
||||
"\"" __DATE__ " " __TIME__ "\""
|
||||
#endif /* MDBX_BUILD_TIMESTAMP */
|
||||
|
||||
,
|
||||
|
||||
Reference in New Issue
Block a user