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.
prune_code_paths
1 parent 35619fd commit 784f6edCopy full SHA for 784f6ed
lib/mix/lib/mix/tasks/compile.ex
@@ -35,6 +35,13 @@ defmodule Mix.Tasks.Compile do
35
this has undesirable side-effects (such as skipping some
36
compiler checks) and should be avoided.
37
38
+ * `:prune_code_paths` - prune code paths before compilation. When true
39
+ (default), this prunes code paths of applications that are not listed
40
+ in the project file with dependencies. When false, this keeps the
41
+ entirety of Erlang/OTP available on the project starts, including
42
+ the paths set by the code loader from the `ERL_LIBS` environment as
43
+ well as explicitely listed by providing `-pa` and `-pz` options
44
+ to Erlang.
45
## Compilers
46
47
To see documentation for each specific compiler, you must
0 commit comments