Skip to content

Linux: Add a workaround for a glibc stack size issue

Henrik Gramner requested to merge gramner/dav1d:glibc_tls_stacksize into master

Hopefully fixes #317 (closed).

Using the private glibc __pthread_get_minstack() symbol is kind of a hack, but this is how many other projects, including major ones such as the Rust standard library, does it.

Merge request reports