Skip to content

Commit 2932d8a

Browse files
committed
no flags
1 parent ff58fcb commit 2932d8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/config/ocamlopt_flags.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ 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 "windows" -> [ "-Wall"; "-Wextra" ]
13-
| _ -> default
12+
| Some _ -> default
13+
| None -> default
1414
in
1515

1616
C.Flags.write_sexp "ocamlopt_flags.sexp" ocamlopt_flags)

0 commit comments

Comments
 (0)