Enable debug_info in erl_opts

This commit is contained in:
Mike Buhot 2016-09-08 13:34:52 +10:00 committed by Mike Buhot
parent dbf2359eea
commit d6ddbfcaec

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