We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f5bcd commit 96fd68aCopy full SHA for 96fd68a
lib/mix/tasks/compile.elixir_make.ex
@@ -77,6 +77,10 @@ defmodule Mix.Tasks.Compile.ElixirMake do
77
78
* `:make_force_build` - if build should be forced even if precompiled artefacts
79
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
84
85
See [the Precompilation guide](PRECOMPILATION_GUIDE.md) for more information.
86
0 commit comments