Clixir v0.4.0 mix compile.clixir View Source

This tasks collects all the fragments that the Clixir macro invocations have generated, and does the finishing job. You need to add this compiler to the Mix configuration of your project, typically as a step between the regular compilation and elixir_make:

def project() do
  app: myapp,
  compilers: Mix.compilers ++ [:clixir, :elixir_make]
end

The source is generated in c_src/<<application>>.c and will be overwritten!

Link to this section Summary

Link to this section Functions