Add debug_info to rebar.config.

This commit is contained in:
Jeremy Huffman 2016-12-13 08:44:37 -05:00
parent c61be973b9
commit 1a6e55425c

View file

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