docs added MAKEFLAGS

This commit is contained in:
silverqx
2023-08-20 11:34:05 +02:00
parent 6ad860f6f6
commit b01062e4d1
+1
View File
@@ -51,4 +51,5 @@ You can control parallel building using the following environment variables.
- CMake - `CMAKE_BUILD_PARALLEL_LEVEL` eg. to `10`
- jom - `JOMFLAGS` eg. to `j11`
- make - `MAKEFLAGS` eg. to `-j10`
- vcpkg - `VCPKG_MAX_CONCURRENCY` eg. to `10`