Skip to content

Commit ff58fcb

Browse files
committed
windows
1 parent 0e1d8ea commit ff58fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/config/ocamlopt_flags.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let () =
99
| Some "macosx" ->
1010
(* These flags preserve the original C++ error behavior. Ref https://github.com/ocaml/ocaml/issues/10423 *)
1111
[ "-cc"; "clang++" ]
12-
| Some "mingw" -> [ "-Wall"; "-Wextra" ]
12+
| Some "windows" -> [ "-Wall"; "-Wextra" ]
1313
| _ -> default
1414
in
1515

0 commit comments

Comments
 (0)