Skip to content

Commit

Permalink
Fix oversight with ocamlnat
Browse files Browse the repository at this point in the history
  • Loading branch information
lthls committed Oct 5, 2017
1 parent d682b2d commit d56f67a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toplevel/opttopmain.ml
Expand Up @@ -175,6 +175,7 @@ module Options = Main_args.Make_opttop_options (struct
set dump_flambda ();
set dump_flambda_verbose ()
let _dflambda_no_invariants = clear flambda_invariant_checks
let _dcmm_invariants = set cmm_invariants
let _labels = clear classic
let _alias_deps = clear transparent_modules
let _no_alias_deps = set transparent_modules
Expand Down

0 comments on commit d56f67a

Please sign in to comment.