Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Lustrec - public version
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LustreC
Lustrec - public version
Commits
b6d37e71
Commit
b6d37e71
authored
8 years ago
by
Pierre Loic Garoche
Browse files
Options
Downloads
Patches
Plain Diff
Bug solved: EMF backend was forced
parent
37419cf4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/options.ml
+8
-3
8 additions, 3 deletions
src/options.ml
with
8 additions
and
3 deletions
src/options.ml
+
8
−
3
View file @
b6d37e71
...
...
@@ -116,9 +116,14 @@ let set_mpfr prec =
else
failwith
"mpfr requires a positive integer"
let
common_options
=
[
"-d"
,
Arg
.
Set_string
dest_dir
,
"uses the specified
\x1b
[4mdirectory
\x1b
[0m as root for generated/imported object and C files <default: .>"
;
"-I"
,
Arg
.
String
add_include_dir
,
"sets include
\x1b
[4mdirectory
\x1b
[0m"
;
let
set_backend
s
=
output
:=
s
;
Backends
.
setup
s
let
options
=
[
"-d"
,
Arg
.
Set_string
dest_dir
,
"uses the specified directory
\x1b
[4mdir
\x1b
[0m as root for generated/imported object and C files <default: .>"
;
"-I"
,
Arg
.
Set_string
include_dir
,
"Include directory"
;
"-node"
,
Arg
.
Set_string
main_node
,
"specifies the
\x1b
[4mmain
\x1b
[0m node"
;
"-print-types"
,
Arg
.
Set
print_types
,
"prints node types"
;
"-print-clocks"
,
Arg
.
Set
print_clocks
,
"prints node clocks"
;
...
...
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