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

This commit is contained in:
Dave Smith 2010-04-14 10:47:20 -06:00
parent 7218213d1c
commit f1ca1be676

View file

@ -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;