14 lines
418 B
Erlang
14 lines
418 B
Erlang
{erl_opts, [debug_info]}.
|
|
|
|
%% NOTE: When possible deps are referenced by Git ref to ensure consistency between builds.
|
|
{deps, [ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git",
|
|
{ref,"720510a"}}}
|
|
]}.
|
|
|
|
|
|
{dialyzer, [
|
|
{warnings, [unknown]},
|
|
{plt_apps, all_deps},
|
|
{base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]}
|
|
]}.
|