Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/kernel/mconfig.ml
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ let ocaml_ignored_flags =
"-no-cfg-prologue-shrink-wrap";
"-gdwarf-pedantic";
"-ddwarf-metrics"
"-afl-instrument";
]

let ocaml_ignored_parametrized_flags =
Expand Down Expand Up @@ -723,7 +724,8 @@ let ocaml_ignored_parametrized_flags =
"-gdwarf-config-max-evaluation-steps-per-variable";
"-gdwarf-config-shape-reduce-fuel";
"-gdwarf-fidelity";
"-llvm-path"
"-llvm-path";
"-afl-inst-ratio"
]

let ocaml_warnings_spec ~error =
Expand Down
Loading