From f1ca1be676e3a513ebae905059fa163315ebb6ef Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Wed, 14 Apr 2010 10:47:20 -0600 Subject: Removing debug_info from bootstrap; caused the rebar executable to be way bigger than we wanted --- bootstrap | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrap b/bootstrap index bb14abd..cbd17c3 100755 --- a/bootstrap +++ b/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; -- cgit v1.1