This repository has been archived by the owner. It is now read-only.
Compilation using multiple threads does not work anymore #1032
Comments
|
it means prebuildcommands of premake5.lua doesn't work, i suggest debugging why. |
|
now you can use it again, if you run premake with |
|
I got hit by this issue too, maybe lets detect it and warn user + apply |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello!
I used to compile re3 on Linux using Premake, and used the "-j#" switch of make, to compile with multiple CPU threads, this significantly speeds up compilation. If I compile with only one thread, it works fine (so, without the -j#), but since commit 1b8d03f, it gives me an error message, if I use multiple threads:
This happens to re3 and reVC, not to reLCS, as those changes haven't been pulled into it yet.
The text was updated successfully, but these errors were encountered: