Skip to content

Commit c4cd98f

Browse files
committed
Add ignored flags
1 parent 278ffc7 commit c4cd98f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/kernel/mconfig.ml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,11 @@ let ocaml_ignored_flags =
626626
"-keep-llvmir";
627627
"-llvm-path";
628628
"-ddwarf-types";
629-
"-ocamlcfg"
629+
"-ocamlcfg";
630+
"-cfg-prologue-validate";
631+
"-no-cfg-prologue-validate";
632+
"-cfg-prologue-shrink-wrap";
633+
"-no-cfg-prologue-shrink-wrap"
630634
]
631635

632636
let ocaml_ignored_parametrized_flags =
@@ -705,7 +709,8 @@ let ocaml_ignored_parametrized_flags =
705709
"-save-ir-before";
706710
"-shape-format";
707711
"-gdwarf-compression";
708-
"-gdwarf-fission"
712+
"-gdwarf-fission";
713+
"-cfg-prologue-shrink-wrap-threshold"
709714
]
710715

711716
let ocaml_warnings_spec ~error =

0 commit comments

Comments
 (0)