Skip to content

Commit

Permalink
Add params to ignore (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
liam923 authored Dec 9, 2024
1 parent 79107c6 commit 0037264
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/kernel/mconfig.ml
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,14 @@ let ocaml_ignored_flags =
"-dvectorize";
"-dump-into-csv";
"-cfg-selection";
"-no-cfg-selection"
"-no-cfg-selection";
"-no-mach-ir";
"-flambda2-reaper";
"-no-flambda2-reaper";
"-dsimplify";
"-dreaper";
"-instantiate";
"-dflambda-heavy-invariants"
]

let ocaml_ignored_parametrized_flags =
Expand Down Expand Up @@ -682,7 +689,8 @@ let ocaml_ignored_parametrized_flags =
"-cfg-stack-checks-threshold";
"-zero-alloc-checker-details-cutoff";
"-zero-alloc-checker-join";
"-dgranularity"
"-dgranularity";
"-flambda2-expert-cont-lifting-budget"
]

let ocaml_warnings_spec ~error =
Expand Down

0 comments on commit 0037264

Please sign in to comment.