mdbx-make: support for make help to list available make targets.

Change-Id: I72b92101a494fc7b507f54259c3db69990ce5a2d
This commit is contained in:
Leonid Yuriev
2021-05-01 01:02:28 +03:00
parent 547c8dd3f2
commit dfeb6b5acb
5 changed files with 75 additions and 27 deletions

View File

@@ -33,6 +33,7 @@ New features:
- 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.
- Support `make help` to list available make targets.
Backward compatibility break: