aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2016-11-25 10:05:28 +0100
committerChristophe Romain <christophe.romain@process-one.net>2016-11-25 10:05:28 +0100
commitae297a4ae6eae6f872ee900eb380e4867dc688eb (patch)
tree26f460cf2f2b9c6f997d772a9ed97a902d49ae82
parentUse new version of xmpp in mix (diff)
parentMerge branch 'enable-elixir-in-mix' of https://github.com/ukutaht/ejabberd in... (diff)
Merge branch 'ukutaht-enable-elixir-in-mix'
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index d1ef0fbbb..b9ff8794e 100644
--- a/mix.exs
+++ b/mix.exs
@@ -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