mdbx-cmake: support of MDBX_USE_FALLOCATE for CMake and Conan.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2025-10-20 12:52:36 +03:00
parent a14fe7f195
commit dc5f119de1
5 changed files with 17 additions and 2 deletions

View File

@@ -379,6 +379,7 @@ __dll_export
#else /* Windows */
" MDBX_LOCKING=" MDBX_LOCKING_CONFIG
" MDBX_USE_OFDLOCKS=" MDBX_USE_OFDLOCKS_CONFIG
" MDBX_USE_FALLOCATE=" MDBX_USE_FALLOCATE_CONFIG
#endif /* !Windows */
" MDBX_CACHELINE_SIZE=" MDBX_STRINGIFY(MDBX_CACHELINE_SIZE)
" MDBX_CPU_WRITEBACK_INCOHERENT=" MDBX_STRINGIFY(MDBX_CPU_WRITEBACK_INCOHERENT)