This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Enable xref checks on rebar
Dave Smith
15 years ago
parent
fcf4507a80
commit
f36e044e5d
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
rebar.config
+ 2
- 1
rebar.config
View File
@ -1,2 +1,3 @@
{app_bin, ["priv/rebar"]}.
{erl_opts, [fail_on_warning]}.
{erl_opts, [fail_on_warning, debug_info]}.
{xref_checks, [undefined_function_calls]}.
Write
Preview
Loading…
Cancel
Save