您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
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]}.