diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2018-05-08 16:17:07 +0300 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2018-05-08 16:17:07 +0300 |
commit | 46f47db5122d23512595bc450d854ace56d9f32e (patch) | |
tree | c7ea85bdbe991057d78874187f1b90e93f4aa8e6 | |
parent | Don't use warnings_as_errors in samerlib (diff) |
Get rid of unused rebar instructions
-rw-r--r-- | rebar.config | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rebar.config b/rebar.config index 56f567093..58613a544 100644 --- a/rebar.config +++ b/rebar.config @@ -165,11 +165,8 @@ {if_var_true, zlib, {"ezlib", []}}, {if_var_true, iconv, {"iconv", []}}]}. -{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 %% End: |