Skip to content

Commit 8cedb93

Browse files
committed
More docs
1 parent 24e3c2e commit 8cedb93

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/mix/lib/mix.ex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,11 @@ defmodule Mix do
359359
* `MIX_OS_CONCURRENCY_LOCK` - when set to `0` or `false`, disables mix compilation locking.
360360
While not recommended, this may be necessary in cases where hard links or TCP sockets are
361361
not available. When opting for this behaviour, make sure to not start concurrent compilations
362-
of the same project.
362+
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
363367
364368
* `MIX_PATH` - appends extra code paths
365369

0 commit comments

Comments
 (0)