-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make -jX not working with LeafGreen #600
Comments
Is it possible you're using a older repo, I just used that command and it built without problem? edit: I even built twice to make sure it was actually using the faster speed, |
I did a test build of pokefirered using You can also see that the build on Ubuntu 20.04 was faster (20 seconds) vs Ubuntu 22.04 (29 seconds) due to the -j issue. |
You can use |
When using the -j parameter with "make leafgreen", I'm getting the following make warning about it using -j1.
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
This does not appear when just using "make -j16" for FireRed. Therefore, building LeafGreen is way slower.
The text was updated successfully, but these errors were encountered: