aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2018-05-08 11:37:20 +0200
committerPaweł Chmielowski <pchmielowski@process-one.net>2018-05-08 11:37:20 +0200
commit6811b92a800fba177ada931bc4e9f900fec5c994 (patch)
tree2934b8d3c5dbbf6714b10f4bfdccf2e2afe5597d
parentGet rid of ?FUNCTION_NAME macro (it's OTP19+ feature) (diff)
Don't use warnings_as_errors in samerlib
-rw-r--r--rebar.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
index a6e5734bc..56f567093 100644
--- a/rebar.config
+++ b/rebar.config
@@ -167,6 +167,8 @@
{port_env, [{"CFLAGS", "-g -O2 -Wall"}]}.
+{overrides, [{override, samerlib, [{erl_opts, []}]}]}.
+
{port_specs, [{"priv/lib/jid.so", ["c_src/jid.c"]}]}.
%% Local Variables:
%% mode: erlang