aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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