erthink / libmdbx

One of the fastest embeddable key-value ACID database without WAL. libmdbx surpasses the legendary LMDB in terms of reliability, features and performance.
https://erthink.github.io/libmdbx/
Other
1.16k stars 111 forks source link

"make dist" error on Mac #264

Closed AskAlexSharov closed 2 years ago

AskAlexSharov commented 2 years ago

branch master fe5199b9d1f040c1d903fd1ccfe89b483b3d448e

clang: error: argument unused during compilation: '-fno-semantic-interposition' [-Werror,-Wunused-command-line-argument]
make[1]: *** [mdbx-static.o] Error 1
 FAILED! See dist-check.log and dist-check.err
make: *** [dist-checked.tag] Error 2

cc --version
Apple clang version 13.0.0 (clang-1300.0.29.30)
Target: x86_64-apple-darwin21.2.0
Thread model: posix

I will do "make dist" on linux, so problem is not important for me

AskAlexSharov commented 2 years ago

ah, now I remember you told that mac tools not very posix compatible. feel free to close then