diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2010-04-14 10:47:20 -0600 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2010-04-14 10:47:20 -0600 |
commit | f1ca1be676e3a513ebae905059fa163315ebb6ef (patch) | |
tree | dc09e8463c86d7e98773be566f5e4ffaebe325e3 /bootstrap | |
parent | 7218213d1c14c8ce0164fa9a65cc0a21537483ba (diff) |
Removing debug_info from bootstrap; caused the rebar executable to be way bigger than we wanted
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 0 insertions, 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; |