michaeleisel / zld

A faster version of Apple's linker
MIT License
1.19k stars 50 forks source link

Increase stack size for pre-parsing #29

Closed michaeleisel closed 4 years ago

michaeleisel commented 4 years ago

This will hopefully fix https://github.com/michaeleisel/zld/issues/21

Also, moving away from NSOperationQueue eliminates that sole ObjC dependency, which is good

rmaz commented 4 years ago

This fixes the issue for our biggest app 👍