mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
Removing debug_info from bootstrap; caused the rebar executable to be way bigger than we wanted
This commit is contained in:
parent
7218213d1c
commit
f1ca1be676
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue