mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-04-26 07:48:14 -05:00
doc: Add documentation about parallel building being broken
This commit is contained in:
parent
2a57ed9916
commit
a2ceb0f6cc
|
|
@ -51,6 +51,10 @@ make
|
||||||
|
|
||||||
All output is located in the *build* folder including the final *bemanitools.zip* package.
|
All output is located in the *build* folder including the final *bemanitools.zip* package.
|
||||||
|
|
||||||
|
Note about using `-j n` option on make: This is currently considered broken/unreliable. Expect to
|
||||||
|
run into odd issues like randomly changing unresolved dependency errors. If you attempted this,
|
||||||
|
run a `make clean` before running `make` again.
|
||||||
|
|
||||||
### Release building
|
### Release building
|
||||||
A release build is a clean build including code formatting and testing. This can be executed by running the following
|
A release build is a clean build including code formatting and testing. This can be executed by running the following
|
||||||
command:
|
command:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user