diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2016-11-25 10:05:28 +0100 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2016-11-25 10:05:28 +0100 |
commit | ae297a4ae6eae6f872ee900eb380e4867dc688eb (patch) | |
tree | 26f460cf2f2b9c6f997d772a9ed97a902d49ae82 | |
parent | Use new version of xmpp in mix (diff) | |
parent | Merge branch 'enable-elixir-in-mix' of https://github.com/ukutaht/ejabberd in... (diff) |
Merge branch 'ukutaht-enable-elixir-in-mix'
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ defmodule Ejabberd.Mixfile do defp erlc_options do # Use our own includes + includes from all dependencies includes = ["include"] ++ Path.wildcard("deps/*/include") - [:debug_info] ++ Enum.map(includes, fn(path) -> {:i, path} end) + [:debug_info, {:d, :ELIXIR_ENABLED}] ++ Enum.map(includes, fn(path) -> {:i, path} end) end defp deps do |