1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +02:00

Don't use warnings_as_errors in samerlib

This commit is contained in:
Paweł Chmielowski 2018-05-08 11:37:20 +02:00
parent 8766854870
commit 6811b92a80

View file

@ -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