doc: Add documentation about parallel building being broken

This commit is contained in:
icex2 2023-03-26 23:59:06 +02:00 committed by icex2
parent 2a57ed9916
commit a2ceb0f6cc

View File

@ -51,6 +51,10 @@ make
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
A release build is a clean build including code formatting and testing. This can be executed by running the following
command: