Browse Source

no_debug_info brings down size of escript from 757K to 549K

pull/393/head
Tristan Sloughter 10 years ago
parent
commit
f301efae32
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config View File

@ -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]}.

Loading…
Cancel
Save