sophia/rebar.config
2019-01-29 15:25:39 +01:00

19 lines
526 B
Erlang

{erl_opts, [debug_info]}.
{escript_name, aesophia}.
{provider_hooks, [{post, [{compile, escriptize}]}]}.
%% NOTE: When possible deps are referenced by Git ref to ensure consistency between builds.
{deps, [ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git",
{ref,"99bf097"}}}
, {getopt, "1.0.1"}
]}.
{dialyzer, [
{warnings, [unknown]},
{plt_apps, all_deps},
{base_plt_apps, [erts, kernel, stdlib, crypto, mnesia]}
]}.