We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb312a9 commit 10e5dcfCopy full SHA for 10e5dcf
driver/compenv.ml
@@ -186,6 +186,7 @@ let read_OCAMLPARAM ppf position =
186
| "nodynlink" -> clear "nodynlink" [ dlcode ] v
187
| "short-paths" -> clear "short-paths" [ real_paths ] v
188
| "trans-mod" -> set "trans-mod" [ transparent_modules ] v
189
+ | "opaque" -> set "opaque" [ opaque ] v
190
191
| "pp" -> preprocessor := Some v
192
| "runtime-variant" -> runtime_variant := v
0 commit comments