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.

15 lines
341 B

{erl_opts, [no_debug_info, {i, "include"}
%% {d, show_bt_log}, %% log_switch
]}.
{deps, [
{jiffy, ".*", {git, "http://192.168.0.88:53000/SisMaker/jiffy.git", {branch, "master"}}}
]}.
{xref_checks, [
undefined_function_calls
, undefined_functions
, locals_not_used
, deprecated_function_calls
, deprecated_functions
]}.