From cf86358f550fcf58ae995c358302e789d0cad0e8 Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 7 Feb 2019 17:46:28 +0100 Subject: [PATCH] Document TLS variable --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 391e2cf..13fcd4d 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,8 @@ make DESTDIR="/temporary/install/location" install set `DISABLE_SHARED_LIBS=ON`. * By default the build system will prefer *linking against* shared libraries. To force *linking against* static libraries set `STATIC_LINKAGE=ON`. However, this will only affect applications. To force linking statically when building shared libraries set `STATIC_LIBRARY_LINKAGE=ON`. +* If thread local storage is not supported by your compiler/platform (might be the case on MacOS), you can disable making use of it + via `ENABLE_THREAD_LOCAL=OFF`. * For more detailed documentation, see the documentation about build variables (in [directory doc](https://github.com/Martchus/cpp-utilities/blob/master/doc/buildvariables.md) and in Doxygen version accessible via "Related Pages").