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 2439bae commit 5a4b276Copy full SHA for 5a4b276
lib/mix/lib/mix/tasks/compile.elixir.ex
@@ -31,7 +31,8 @@ defmodule Mix.Tasks.Compile.Elixir do
31
* `:elixirc_options` - compilation options that apply
32
to Elixir's compiler, they are: `:ignore_module_conflict`,
33
`:docs` and `:debug_info`. By default, uses the same
34
- behaviour as Elixir.
+ defaults as `elixirc` and they can always be overridden from
35
+ the command line according to the options above.
36
37
"""
38
0 commit comments