summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 6cb44c4..3773669 100644
--- a/rebar.config
+++ b/rebar.config
@@ -39,7 +39,7 @@
%% Profiles
{profiles, [{test, [
{deps, [{meck, "0.8.7"}]},
- {erl_opts, [debug_info]}
+ {erl_opts, [debug_info, nowarn_export_all]}
]
},