We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1d8ea commit ff58fcbCopy full SHA for ff58fcb
test/config/ocamlopt_flags.ml
@@ -9,7 +9,7 @@ let () =
9
| Some "macosx" ->
10
(* These flags preserve the original C++ error behavior. Ref https://github.com/ocaml/ocaml/issues/10423 *)
11
[ "-cc"; "clang++" ]
12
- | Some "mingw" -> [ "-Wall"; "-Wextra" ]
+ | Some "windows" -> [ "-Wall"; "-Wextra" ]
13
| _ -> default
14
in
15
0 commit comments