summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-05-05 22:36:53 -0500
committerTristan Sloughter <t@crashfast.com>2015-05-08 21:17:37 -0500
commit964c57f96413f58d4447c785a2c7d43ccfffc5c6 (patch)
tree74303658baab90b6123031d1cc61314308201c6f /rebar.config
parentb5661bd836bdac3eb13560ea3f2cbe01ac9a2288 (diff)
no_debug_info brings down size of escript from 757K to 549K
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
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]}.