We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e3c2e commit 8cedb93Copy full SHA for 8cedb93
lib/mix/lib/mix.ex
@@ -359,7 +359,11 @@ defmodule Mix do
359
* `MIX_OS_CONCURRENCY_LOCK` - when set to `0` or `false`, disables mix compilation locking.
360
While not recommended, this may be necessary in cases where hard links or TCP sockets are
361
not available. When opting for this behaviour, make sure to not start concurrent compilations
362
- of the same project.
+ of the same project
363
+
364
+ * `MIX_OS_DEPS_COMPILE_PARTITION_COUNT` - when set to a number greater than 1, it enables
365
+ compilation of dependencies over multiple operating system processes. See `mix help deps.compile`
366
+ for more information
367
368
* `MIX_PATH` - appends extra code paths
369
0 commit comments