Skip to content

Commit 96fd68a

Browse files
committed
More docs
1 parent 12f5bcd commit 96fd68a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: lib/mix/tasks/compile.elixir_make.ex

+4
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ defmodule Mix.Tasks.Compile.ElixirMake do
7777
7878
* `:make_force_build` - if build should be forced even if precompiled artefacts
7979
are available. Defaults to true if the app has a `-dev` version flag.
80+
Users of a library can also force build by setting the following application
81+
configuration:
82+
83+
config :elixir_make, :force_build, some_library: true
8084
8185
See [the Precompilation guide](PRECOMPILATION_GUIDE.md) for more information.
8286

0 commit comments

Comments
 (0)