Pārlūkot izejas kodu

Merge pull request #393 from tsloughter/no_debug_info

no_debug_info brings down size of escript from 757K to 549K
pull/401/head
Fred Hebert pirms 10 gadiem
vecāks
revīzija
6bc5af5479
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. +4
    -4
      rebar.config

+ 4
- 4
rebar.config Parādīt failu

@ -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]}.
@ -42,9 +42,9 @@
{profiles, [{test,
[{deps, [
{meck, "", {git, "https://github.com/eproxus/meck.git", {tag, "0.8.2"}}}
]}
]
},
]},
{erl_opts, [debug_info]}
]},
%% We don't want erlydtl to attempt to run on the first compile pass to bootstrap
{bootstrap, []}

Notiek ielāde…
Atcelt
Saglabāt