Hacker News new | ask | show | jobs
by lorenzhs 3813 days ago
gcc has `-flto=n` to use n cores for the link-time optimization. clang doesn't like that syntax though, but I think it does parallel LTO automatically.