|
|
|
|
|
by vkoskiv
950 days ago
|
|
I learned about LTO a few years ago, and it gave a significant runtime speed boost to my hobby project, but as far as I can tell, CMake still just has `CMAKE_INTERPROCEDURAL_OPTIMIZATION` as a boolean on/off flag, it doesn't seem to let you specify parallel jobs. |
|
You don't need to if you're using the LLVM linker (lld) - by default it will use all of your HW threads (nr of cores).