瀏覽代碼

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;

Loading…
取消
儲存