Skip to content

Commit 10e5dcf

Browse files
committed
Support 'opaque' in OCAMLPARAM
1 parent fb312a9 commit 10e5dcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver/compenv.ml

+1
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ let read_OCAMLPARAM ppf position =
186186
| "nodynlink" -> clear "nodynlink" [ dlcode ] v
187187
| "short-paths" -> clear "short-paths" [ real_paths ] v
188188
| "trans-mod" -> set "trans-mod" [ transparent_modules ] v
189+
| "opaque" -> set "opaque" [ opaque ] v
189190

190191
| "pp" -> preprocessor := Some v
191192
| "runtime-variant" -> runtime_variant := v

0 commit comments

Comments
 (0)