|
|
@ -33,7 +33,7 @@ |
|
|
|
[{platform_define, "R14", no_callback_support}, |
|
|
|
{platform_define, "^[0-9]+", namespaced_types}, |
|
|
|
{platform_define, "^R1[4|5]", deprecated_crypto}, |
|
|
|
debug_info, |
|
|
|
no_debug_info, |
|
|
|
warnings_as_errors]}. |
|
|
|
|
|
|
|
{dialyzer_plt_apps, [common_test, dialyzer, eunit, snmp]}. |
|
|
@ -42,9 +42,9 @@ |
|
|
|
{profiles, [{test, |
|
|
|
[{deps, [ |
|
|
|
{meck, "", {git, "https://github.com/eproxus/meck.git", {tag, "0.8.2"}}} |
|
|
|
]} |
|
|
|
] |
|
|
|
}, |
|
|
|
]}, |
|
|
|
{erl_opts, [debug_info]} |
|
|
|
]}, |
|
|
|
|
|
|
|
%% We don't want erlydtl to attempt to run on the first compile pass to bootstrap |
|
|
|
{bootstrap, []} |
|
|
|