diff options
author | Benjamin Gilbert <bgilbert@backtick.net> | 2022-06-29 01:28:23 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2022-10-18 01:02:43 +0000 |
commit | 421fc252ab7e8768f1d200f064f5222c5c9b7b63 (patch) | |
tree | e0a4f2da2dedb45922805a8bea6b11d7f9f92a8a /arm-simd-test.S | |
parent | 7989483929aa1b4b5db6bc0bca8137b640b6dda2 (diff) | |
download | pixman-421fc252ab7e8768f1d200f064f5222c5c9b7b63.tar.gz |
meson: Add feature to disable compiler TLS support
When compiling with MinGW, use of the __thread attribute causes pixman
to gain a dependency on the winpthread DLL. With Autotools, this could
be avoided by configuring with ac_cv_tls=none, causing pixman to fall
back to TlsSetValue() instead.
Add a Meson 'tls' option that can be 'disabled' to skip support for TLS
compiler attributes, or 'enabled' to require a working TLS attribute.
Diffstat (limited to 'arm-simd-test.S')
0 files changed, 0 insertions, 0 deletions