This website works better with JavaScript
Home
Explore
Help
Sign In
n4u
/
jsone
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Add `debug_info` option for dialyzer
Takeru Ohta
4 years ago
parent
da0c47546a
commit
ffb2c40c94
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
rebar.config
+ 1
- 0
rebar.config
View File
@@ -52,6 +52,7 @@
]},
{test,
[
+ {erl_opts, [debug_info]},
{plugins, [covertool]}
]}
]}.