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
drop warnings for `export_all` in test profile
pull/1585/head
alisdair sullivan
7 years ago
committed by
GitHub
parent
327766ed1c
commit
36c2564350
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
rebar.config
+ 1
- 1
rebar.config
View File
@ -39,7 +39,7 @@
%% Profiles
{profiles, [{test, [
{deps, [{meck, "0.8.7"}]},
{erl_opts, [debug_info]}
{erl_opts, [debug_info
, nowarn_export_all
]}
]
},
Write
Preview
Loading…
Cancel
Save