drycpp / lmdbxx

C++11 wrapper for the LMDB embedded B+ tree database library.
http://lmdbxx.sourceforge.net
The Unlicense
272 stars 89 forks source link

thread-local storage is not supported for clang7 #8

Closed sroycode closed 8 years ago

sroycode commented 8 years ago

Error is "lmdb++.h:97:12: error: thread-local storage is not supported for the current target static thread_local char buffer[1024];"

Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin15.2.0 Thread model: posix

artob commented 8 years ago

You may need to modify C++ compiler flags in your project. That's all project-specific, compiler-specific, and target-specific, though, so this is not really the appropriate support channel for this issue. Stack Overflow would likely be the best place to pose the question.