Commit cf6e58d63c9876f1ab4d3417fc0d6865ef351c19

Nick Wellnhofer 2023-12-05T20:40:20

build: Disable compiler TLS by default The global struct is quite large (~700 bytes on 64-bit systems which will be allocated for each thread whether it uses libxml2 or not) and already close to the total size limit on some platforms. Disable compiler TLS by default.