You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
326 B

  1. {erl_opts, [
  2. no_debug_info,
  3. deterministic,
  4. warnings_as_errors,
  5. warn_unused_vars,
  6. nowarn_shadow_vars,
  7. warn_unused_import,
  8. {platform_define, "18|19|^2", new_rand},
  9. {platform_define, "^2", ets_ref}
  10. ]}.
  11. {xref_checks, [undefined_function_calls, deprecated_function_calls]}.
  12. {eunit_opts, [verbose]}.