You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- When aiming for glibc compatibility, don't use thread_local.
- Add a flag --enable-threadlocal, which, when specified, will
enable/disable thread_local regardless of the value of glibc_compat.
- FreeBSD has a buggy thread_local, don't use it.
[enable features that depend on the c++ thread_local keyword (currently just thread names in debug logs). (default is to enabled if there is platform support and glibc-back-compat is not enabled)])],
200
+
[use_thread_local=$enableval],
201
+
[use_thread_local=auto])
202
+
197
203
AC_ARG_ENABLE([asm],
198
204
[AS_HELP_STRING([--disable-asm],
199
205
[disable assembly routines (enabled by default)])],
0 commit comments