diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 395fdd7..762d6df 100644 --- a/rebar.config +++ b/rebar.config @@ -31,7 +31,7 @@ {profiles, [{dev, [{plugins, [rebar3_neotoma_plugin]}]}, - {test, [{erl_opts, [debug_info]}]}, + {test, [{erl_opts, [nowarn_export_all, debug_info]}]}, {dialyze, [{overrides, [{add, erlware_commons, [{erl_opts, [debug_info]}]}, {add, providers, [{erl_opts, [debug_info]}]}, |