diff options
| -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, []}]}, | 
