Browse Source

Add `debug_info` option for dialyzer

Takeru Ohta 4 years ago
parent
commit
ffb2c40c94
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rebar.config

+ 1 - 0
rebar.config

@@ -52,6 +52,7 @@
    ]},
   {test,
    [
+    {erl_opts, [debug_info]},
     {plugins, [covertool]}
    ]}
  ]}.