You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[build]
# link jobs in meson/cmake; defaults to jobs
link_jobs = 0
useful since by default lld thinlto will use all your threads but also link jobs are equal to thread count, so in qemu/mesa you get very high load for no reason. would be useful to be able to set it to =4 or similar locally
The text was updated successfully, but these errors were encountered:
cmake
meson
config
useful since by default lld thinlto will use all your threads but also link jobs are equal to thread count, so in qemu/mesa you get very high load for no reason. would be useful to be able to set it to =4 or similar locally
The text was updated successfully, but these errors were encountered: