doc: Add documentation about parallel building being broken

This commit is contained in:
icex2
2023-04-01 20:54:18 +02:00
parent 1385cd6768
commit 5e68df541f
+4
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: