diff options
author | Tristan Sloughter <t@crashfast.com> | 2016-05-13 09:24:55 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2016-05-13 09:28:13 -0500 |
commit | e215b64813d6c4be2c744b1f56f5f8d06e15cf41 (patch) | |
tree | 29e70aa3ecb528e957b8fc3f1c86cb61f935a630 | |
parent | ce59c92a02fa70ded5f6bcc937ce0ca2d3997209 (diff) |
update erlware_commons erl_opts overrides
-rw-r--r-- | rebar.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config index 362a05c..ea5af27 100644 --- a/rebar.config +++ b/rebar.config @@ -51,6 +51,7 @@ %% Overrides {overrides, [{override, erlware_commons, [{erl_opts, [{platform_define, "^[0-9]+", namespaced_types}, {platform_define, "^R1[4|5]", deprecated_crypto}, + {platform_define, "^((1[8|9])|2)", rand_module}, no_debug_info, warnings_as_errors]}, {deps, []}, {plugins, []}]}, |