diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-05-05 22:36:53 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-05-08 21:17:37 -0500 |
commit | 964c57f96413f58d4447c785a2c7d43ccfffc5c6 (patch) | |
tree | 74303658baab90b6123031d1cc61314308201c6f | |
parent | b5661bd836bdac3eb13560ea3f2cbe01ac9a2288 (diff) |
no_debug_info brings down size of escript from 757K to 549K
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 2656e2b..d987fcb 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]}. |