summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorDave Smith <dizzyd@dizzyd.com>2010-04-14 10:47:20 -0600
committerDave Smith <dizzyd@dizzyd.com>2010-04-14 10:47:20 -0600
commitf1ca1be676e3a513ebae905059fa163315ebb6ef (patch)
treedc09e8463c86d7e98773be566f5e4ffaebe325e3 /bootstrap
parent7218213d1c14c8ce0164fa9a65cc0a21537483ba (diff)
downloadrebar-f1ca1be676e3a513ebae905059fa163315ebb6ef.tar.gz
Removing debug_info from bootstrap; caused the rebar executable to be way bigger than we wanted
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 0 insertions, 1 deletions
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;