From 964c57f96413f58d4447c785a2c7d43ccfffc5c6 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Tue, 5 May 2015 22:36:53 -0500 Subject: no_debug_info brings down size of escript from 757K to 549K --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]}. -- cgit v1.1