Parcourir la source

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

Dave Smith il y a 15 ans
Parent
révision
f1ca1be676
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. +0
    -1
      bootstrap

+ 0
- 1
bootstrap Voir le fichier

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

Chargement…
Annuler
Enregistrer