diff options
-rw-r--r-- | rebar.config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rebar.config b/rebar.config index 2656e2b..876f725 100644 --- a/rebar.config +++ b/rebar.config @@ -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, []} |