mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-08 23:22:26 +01:00
Since we give threads started by `threading` 2MiB stack, we might as well give it to native threads too. In particular this helps with loading libraries like librsvg that have large stack probes. Ref: https://gitlab.gnome.org/GNOME/librsvg/-/issues/1132 Fixes #16520