ソースを参照

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
case make:files(filelib:wildcard("src/*.erl"), [{outdir, "ebin"}, {i, "include"},
debug_info,
{d, 'BUILD_TIME', Built}]) of
up_to_date ->
ok;

読み込み中…
キャンセル
保存