Merge pull request #101 from everydayhero/develop

Enable debug_info in erl_opts
This commit is contained in:
alisdair sullivan 2016-09-10 13:44:25 -05:00 committed by GitHub
commit c61be973b9

View file

@ -19,8 +19,8 @@ use Mix.Project
nil -> []
_ -> [d: :maps_always]
end
[d: :maps_support] ++ force_maps
end
[:debug_info, d: :maps_support] ++ force_maps
end
defp deps(_), do: [{:mixunit, "~> 0.9.2", only: :dev}]
@ -41,4 +41,3 @@ use Mix.Project
]
end
end