Преглед изворни кода

Removing debug_info from bootstrap; caused the rebar executable to be way bigger than we wanted

Dave Smith пре 15 година
родитељ
комит
f1ca1be676
1 измењених фајлова са 0 додато и 1 уклоњено
  1. +0
    -1
      bootstrap

+ 0
- 1
bootstrap Прегледај датотеку

@ -17,7 +17,6 @@ main(Args) ->
%% Compile all src/*.erl to ebin %% Compile all src/*.erl to ebin
case make:files(filelib:wildcard("src/*.erl"), [{outdir, "ebin"}, {i, "include"}, case make:files(filelib:wildcard("src/*.erl"), [{outdir, "ebin"}, {i, "include"},
debug_info,
{d, 'BUILD_TIME', Built}]) of {d, 'BUILD_TIME', Built}]) of
up_to_date -> up_to_date ->
ok; ok;

Loading…
Откажи
Сачувај