Skip to content

Commit

Permalink
Suppression -make-runtime, -use-runtime
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3878 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
xavierleroy committed Oct 11, 2001
1 parent 523c582 commit 16b0f85
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions driver/main_args.ml
Expand Up @@ -77,10 +77,10 @@ struct
"<file> (deprecated) same as -intf-suffix";
"-labels", Arg.Unit F._labels, " Use commuting label mode";
"-linkall", Arg.Unit F._linkall, " Link all modules, even unused ones";
"-make-runtime", Arg.Unit F._make_runtime,
" Build a runtime system with given C objects and libraries";
"-make_runtime", Arg.Unit F._make_runtime,
" (deprecated) same as -make-runtime";
(* "-make-runtime", Arg.Unit F._make_runtime,
" Build a runtime system with given C objects and libraries"; *)
(* "-make_runtime", Arg.Unit F._make_runtime,
" (deprecated) same as -make-runtime"; *)
"-modern", Arg.Unit F._labels, " (deprecated) same as -labels";
"-noassert", Arg.Unit F._noassert, " Don't compile assertion checks";
"-noautolink", Arg.Unit F._noautolink,
Expand All @@ -95,10 +95,10 @@ struct
"-thread", Arg.Unit F._thread, " Use thread-safe standard library";
"-unsafe", Arg.Unit F._unsafe,
" No bounds checking on array and string access";
"-use-runtime", Arg.String F._use_runtime,
"<path> Generate bytecode for the given runtime system";
"-use_runtime", Arg.String F._use_runtime,
"<path> (deprecated) same as -use-runtime";
(* "-use-runtime", Arg.String F._use_runtime,
"<path> Generate bytecode for the given runtime system"; *)
(* "-use_runtime", Arg.String F._use_runtime,
"<path> (deprecated) same as -use-runtime"; *)
"-v", Arg.Unit F._v, " Print compiler version number and exit";
"-verbose", Arg.Unit F._verbose, " Print calls to external commands";
"-w", Arg.String F._w,
Expand Down

0 comments on commit 16b0f85

Please sign in to comment.