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
It will probably take at least 1 hour to download and build.
can't be --parallel <n> or -j<n> added to cmake --build ... command? It saved me an absurd amount of time of time when I re-ran my build with this change after some error fixing, build was complete like under 10 minutes.
Is single thread build really required? I'm not very familiar with cmake but I'm pretty sure it has some --parallel option with cpu core auto detection to avoid placing arbitrary number in a universal build script.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Windows installation guide says:
can't be
--parallel <n>or-j<n>added tocmake --build ...command? It saved me an absurd amount of time of time when I re-ran my build with this change after some error fixing, build was complete like under 10 minutes.Is single thread build really required? I'm not very familiar with
cmakebut I'm pretty sure it has some--paralleloption with cpu core auto detection to avoid placing arbitrary number in a universal build script.All reactions