diff options
Diffstat (limited to 'tools/ocamloptp.ml')
-rw-r--r-- | tools/ocamloptp.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ocamloptp.ml b/tools/ocamloptp.ml index 3f6f77cb6a..74d1314aca 100644 --- a/tools/ocamloptp.ml +++ b/tools/ocamloptp.ml @@ -76,6 +76,7 @@ module Options = Main_args.Make_optcomp_options (struct let _pp s = incompatible "-pp" let _ppx s = incompatible "-ppx" let _principal = option "-principal" + let _short_paths = option "-short-paths" let _rectypes = option "-rectypes" let _runtime_variant s = option_with_arg "-runtime-variant" s let _S = option "-S" |