summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-05-05 22:36:53 -0500
committerTristan Sloughter <t@crashfast.com>2015-05-05 22:36:53 -0500
commitf301efae323c62ca529324c0596cee0eb6449ba0 (patch)
treeed00a60506781a2220d773a7a5316e5d4359ca58
parent5cf005d3a63608ff4a9a7151d8461f360c86cfbb (diff)
no_debug_info brings down size of escript from 757K to 549K
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 0c6dd3c..e06de70 100644
--- a/rebar.config
+++ b/rebar.config
@@ -30,7 +30,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]}.