We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff58fcb commit 2932d8aCopy full SHA for 2932d8a
test/config/ocamlopt_flags.ml
@@ -9,8 +9,8 @@ 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 "windows" -> [ "-Wall"; "-Wextra" ]
13
- | _ -> default
+ | Some _ -> default
+ | None -> default
14
in
15
16
C.Flags.write_sexp "ocamlopt_flags.sexp" ocamlopt_flags)
0 commit comments