Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
40f12023
Commit
40f12023
authored
Dec 21, 2017
by
Maxime Perrotin
Browse files
Set timer resolution initial value to 100 ms
parent
56aed8f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/parser_utils.adb
View file @
40f12023
...
...
@@ -66,7 +66,8 @@ package body Parser_Utils is
Switch
=>
"-p"
,
Long_Switch
=>
"--polyorb-hi-c"
,
Help
=>
"Use PolyORB-HI-C runtime in place of Ada"
);
Define_Switch
(
Config
,
Output
=>
Result
.
Timer_Resolution
'
Access
,
Switch
=>
"-x:"
,
Long_Switch
=>
"--timer="
,
Switch
=>
"-x:"
,
Long_Switch
=>
"--timer="
,
Initial
=>
100
,
Help
=>
"Specify timer resolution (default 100 ms)"
);
Define_Switch
(
Config
,
Output
=>
Result
.
Debug_Flag
'
Access
,
Switch
=>
"-g"
,
Long_Switch
=>
"--debug"
,
...
...
src/parser_version.ads
View file @
40f12023
package
Parser_Version
is
Parser_Release
:
constant
String
:=
"5
b38c95
; Commit Date: Thu Dec 21 10:41:52 2017 "
;
"5
6aed8f
; Commit Date: Thu Dec 21 10:41:52 2017 "
;
Ocarina_Version
:
constant
String
:=
"Ocarina 2017.x (Working Copy from r0b92ed3)"
;
end
Parser_Version
;
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment