aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorLuis Rascão <[email protected]>2017-07-06 00:00:36 +0100
committerGitHub <[email protected]>2017-07-06 00:00:36 +0100
commitdbe93ae3dad33d3a6721b01a6fdc91b120bd340e (patch)
tree68bfe912d8abd83f9b1388463a552738613bd4f6 /rebar.config
parent7adfb2128729cf027bddd68f6bda95f0bfd8c709 (diff)
parent558ae9b6c63c3735fbfb65a6a116f922f0c2ac00 (diff)
downloadrelx-dbe93ae3dad33d3a6721b01a6fdc91b120bd340e.tar.gz
relx-dbe93ae3dad33d3a6721b01a6fdc91b120bd340e.tar.bz2
relx-dbe93ae3dad33d3a6721b01a6fdc91b120bd340e.zip
Merge pull request #598 from lrascao/otp20v3.23.1
Add OTP20 support
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
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]}]},