michaeleisel / zld

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

Update `-no_uuid` recommendation #53

Closed keith closed 4 years ago

keith commented 4 years ago

We found that this took our lldb attach time to >1 minute in some cases. Using -random_uuid instead gets it back to ~10 seconds

michaeleisel commented 4 years ago

nice