On 5/23/20, PR <polos.ru...@gmail.com> wrote: > https://gitlab.com/eql/eql5-ios/-/issues/3
The problem here is simply the quite limited C stack size on iOS, which can't be extended on moblle devices, as it seems (I tried to no avail). So, the solution would be to use already cross-compiled ASDF libraries, which don't need ASDF at run time (thanks to Marius Gebershagen for the hint). Paul