1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-11 11:08:23 +00:00
xz/src/liblzma
Lasse Collin eb0f1450ad liblzma: Use __attribute__((__constructor__)) if available.
This uses it for CRC table initializations when using --disable-small.
It avoids mythread_once() overhead. It also means that then
--disable-small --disable-threads is thread-safe if this attribute
is supported.
2022-11-14 16:00:52 +02:00
..
2022-09-20 16:58:22 +03:00