behavior3行为树
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.

14 line
341 B

  1. {erl_opts, [no_debug_info, {i, "include"}
  2. %% {d, show_bt_log}, %% log_switch
  3. ]}.
  4. {deps, [
  5. {jiffy, ".*", {git, "http://192.168.0.88:53000/SisMaker/jiffy.git", {branch, "master"}}}
  6. ]}.
  7. {xref_checks, [
  8. undefined_function_calls
  9. , undefined_functions
  10. , locals_not_used
  11. , deprecated_function_calls
  12. , deprecated_functions
  13. ]}.