Skip to content
Snippets Groups Projects
Commit f1eb1ddb authored by David Bühler's avatar David Bühler
Browse files

[Kernel] Moves option "-deterministic" into the new "performance" group.

parent 047b1f38
No related branches found
No related tags found
No related merge requests found
...@@ -1867,14 +1867,7 @@ module CacheSize = ...@@ -1867,14 +1867,7 @@ module CacheSize =
let () = CacheSize.set_range ~min:1 ~max:10 let () = CacheSize.set_range ~min:1 ~max:10
let () = CacheSize.add_update_hook (fun _ i -> Binary_cache.set_cache_size i) let () = CacheSize.add_update_hook (fun _ i -> Binary_cache.set_cache_size i)
(* ************************************************************************* *) let () = Parameter_customize.set_group performance
(** {2 Other options} *)
(* ************************************************************************* *)
[@@@warning "-60"]
(* Warning: these options are parsed and used directly from Cmdline *)
let () = Parameter_customize.set_group project
let () = Parameter_customize.set_negative_option_name "" let () = Parameter_customize.set_negative_option_name ""
let () = Parameter_customize.set_cmdline_stage Cmdline.Early let () = Parameter_customize.set_cmdline_stage Cmdline.Early
module Deterministic = module Deterministic =
...@@ -1886,6 +1879,10 @@ module Deterministic = ...@@ -1886,6 +1879,10 @@ module Deterministic =
let help = "" let help = ""
end) end)
(* ************************************************************************* *)
(** {2 Other options} *)
(* ************************************************************************* *)
let () = Parameter_customize.set_group checks let () = Parameter_customize.set_group checks
let () = Parameter_customize.do_not_projectify () let () = Parameter_customize.do_not_projectify ()
let () = Parameter_customize.set_negative_option_name "" let () = Parameter_customize.set_negative_option_name ""
...@@ -1899,8 +1896,6 @@ module Permissive = ...@@ -1899,8 +1896,6 @@ module Permissive =
"perform less verifications on validity of command-line options" "perform less verifications on validity of command-line options"
end) end)
[@@@warning "+60"]
(* (*
Local Variables: Local Variables:
compile-command: "make -C ../../.." compile-command: "make -C ../../.."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment