Merge pull request #478 from rgrinberg/bootstrap-g

bootstrap with -g
This commit is contained in:
Rudi Grinberg 2018-02-02 17:17:43 +08:00 committed by GitHub
commit 8cc868e642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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