|
|
|
|
|
by menaerus
950 days ago
|
|
> 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). lld --help | grep thread
--threads=<value> Number of threads. '1' disables multi-threading. By default all available hardware threads are used
|
|