From a2ceb0f6cc6f5096c64457146605c8af5a9b877d Mon Sep 17 00:00:00 2001 From: icex2 Date: Sun, 26 Mar 2023 23:59:06 +0200 Subject: [PATCH] doc: Add documentation about parallel building being broken --- doc/development.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/development.md b/doc/development.md index 1e5ea18..a91bd3b 100644 --- a/doc/development.md +++ b/doc/development.md @@ -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: