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.

11 lines
308 B

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