File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ defmodule Mix.Tasks.Deps.Compile do
35
35
recompiled without propagating those changes upstream. To ensure
36
36
`b` is included in the compilation step, pass `--include-children`.
37
37
38
- ## Compiling dependencies across multiple OSes processes
38
+ ## Compiling dependencies across multiple OS processes
39
39
40
40
If you set the environment variable `MIX_OS_DEPS_COMPILE_PARTITION_COUNT`
41
41
to a number greater than 1, Mix will start multiple operating system
42
42
processes to compile your dependencies concurrently.
43
43
44
- While Mix and Rebar will compile all files in a given project in parallel,
44
+ While Mix and Rebar compile all files within a given project in parallel,
45
45
enabling this environment variable can still yield useful gains in several
46
46
cases, such as when compiling dependencies with native code, dependencies
47
47
that must download assets, or dependencies where the compilation time is not
You can’t perform that action at this time.
0 commit comments