{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
|
|
]}.
|