bootstrap with -g

This commit is contained in:
Rudi Grinberg 2018-02-02 14:48:29 +08:00
parent e61142e885
commit 0f04e70c0e
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ let cleanup ~keep_ml_file =
let () =
let n =
try exec "%s -w -40 -o boot.exe unix.cma %s"
try exec "%s -g -w -40 -o boot.exe unix.cma %s"
(Filename.quote compiler) generated_file
with e -> cleanup ~keep_ml_file:true; raise e
in