diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rebar.config b/rebar.config index 8c89a3651..26e228bc2 100644 --- a/rebar.config +++ b/rebar.config @@ -104,7 +104,6 @@ {if_var_false, debug, no_debug_info}, {if_var_true, debug, debug_info}, {if_var_true, elixir, {d, 'ELIXIR_ENABLED'}}, - {if_var_true, hipe, native}, {if_var_true, new_sql_schema, {d, 'NEW_SQL_SCHEMA'}}, {if_var_true, roster_gateway_workaround, {d, 'ROSTER_GATWAY_WORKAROUND'}}, {if_var_true, sip, {d, 'SIP'}}, @@ -115,8 +114,6 @@ {if_var_true, tools, tools}, {if_var_true, elixir, include}]}]}. -{deps_erl_opts, [{if_var_true, hipe, native}]}. - {if_rebar3, {plugins, [rebar3_hex, {provider_asn1, "0.2.0"}]}}. {if_rebar3, {project_plugins, [configure_deps]}}. {if_not_rebar3, {plugins, [ |