Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Decoder
pkm-api
Commits
b487fc9a
Commit
b487fc9a
authored
Mar 08, 2022
by
Armand PUCCETTI
Browse files
reduce size of eva output
parent
7fc0812b
Pipeline
#20135
passed with stages
in 9 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
util/frama_c.js
View file @
b487fc9a
...
...
@@ -298,7 +298,7 @@ function frama_c(file_system, compile_commands, mode, options = {})
args
=
args
.
concat
([
'
-json
'
,
'
-json-out
'
,
'
result.json
'
]);
break
;
case
'
eva
'
:
args
=
args
.
concat
([
'
-eva
-eva-verbose 0
'
]);
args
=
args
.
concat
([
'
-eva
'
,
'
-eva-verbose 0
'
]);
if
((
options
.
eva
!==
undefined
)
&&
(
options
.
eva
.
main
!==
undefined
))
{
args
=
args
.
concat
([
'
-main
'
,
options
.
eva
.
main
]);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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