From 80a3417c0c4db82033657861023fda99d0923e19 Mon Sep 17 00:00:00 2001 From: William Brawner Date: Fri, 8 Mar 2024 16:23:41 -0700 Subject: [PATCH] Add CONCURRENCY_MAKE_LEVEL env var to build docs --- docs/contribute/build.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/contribute/build.md b/docs/contribute/build.md index 1f08f32..83dd702 100644 --- a/docs/contribute/build.md +++ b/docs/contribute/build.md @@ -202,6 +202,7 @@ For development builds, you can use the following env variables to customize the |GAMESDB_APIKEY|Login information for thegamesdb.net.| |CHEEVOS_DEV_LOGIN|Login information for retroachievements.org.| |CLEAN_PACKAGES|Allows specifying packages to clean during a build.| +|CONCURRENCY_MAKE_LEVEL|The number of concurrent jobs to use during a build (defaults to the number returned by `nproc`).| #### SSH Keys