Skip to content

Commit 5a4b276

Browse files
author
José Valim
committed
Clarify elixirc_options are overridden via CLI
1 parent 2439bae commit 5a4b276

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/mix/lib/mix/tasks/compile.elixir.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ defmodule Mix.Tasks.Compile.Elixir do
3131
* `:elixirc_options` - compilation options that apply
3232
to Elixir's compiler, they are: `:ignore_module_conflict`,
3333
`:docs` and `:debug_info`. By default, uses the same
34-
behaviour as Elixir.
34+
defaults as `elixirc` and they can always be overridden from
35+
the command line according to the options above.
3536
3637
"""
3738

0 commit comments

Comments
 (0)