Merge pull request #103 from jeremyjh/develop

Add debug_info to rebar.config.
This commit is contained in:
alisdair sullivan 2017-02-06 18:41:20 -08:00 committed by GitHub
commit 7e34b182d0

View file

@ -1 +1,2 @@
{edoc_opts, [{preprocess, true}]}. {edoc_opts, [{preprocess, true}]}.
{erl_opts, [debug_info]}.