mdbx-make: support for make options to list available build options.

Change-Id: Ib153834241e33c672867aa402d3fc66a06a489fa
This commit is contained in:
Leonid Yuriev
2021-04-30 14:05:36 +03:00
parent 0054f5388a
commit 70b7ec0c1c
5 changed files with 63 additions and 28 deletions

View File

@@ -32,6 +32,7 @@ New features:
- [Ruby bindings](https://rubygems.org/gems/mdbx/) is available now by [Mahlon E. Smith](https://github.com/mahlonsmith).
- Added `MDBX_ENABLE_MADVISE` build option which controls the use of POSIX `madvise()` hints and friends.
- The internal node sizes were refined, resulting in a reduction in large/overflow pages in some use cases and a slight increase in limits for a keys size.
- Support `make options` to list available build options.
Backward compatibility break: