Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
f1eb1ddb
"tests/rte/git@git.frama-c.com:pub/frama-c.git" did not exist on "9ae59c8bf5c25ca9b902a6c5fec18d6e5f1c99ff"
Commit
f1eb1ddb
authored
2 months ago
by
David Bühler
Browse files
Options
Downloads
Patches
Plain Diff
[Kernel] Moves option "-deterministic" into the new "performance" group.
parent
047b1f38
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/kernel_services/plugin_entry_points/kernel.ml
+5
-10
5 additions, 10 deletions
src/kernel_services/plugin_entry_points/kernel.ml
with
5 additions
and
10 deletions
src/kernel_services/plugin_entry_points/kernel.ml
+
5
−
10
View file @
f1eb1ddb
...
@@ -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 ../../.."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment