Packages

Behavior3 runtime library for Erlang (Behavior Trees for Erlang)

Current section

Files

Jump to
behavior3 rebar.config
Raw

rebar.config

{erl_opts, [
% {d, 'BT_DEBUG'},
debug_info,
{i, "include"}
]}.
{deps, [
jsx
]}.
{xref_checks, [
undefined_function_calls, undefined_functions, locals_not_used,
deprecated_function_calls, deprecated_functions
]}.