Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
luna-projects
LuNA
Commits
75a4bd03
Commit
75a4bd03
authored
Dec 14, 2021
by
Vladislav Perepelkin
Browse files
added -c and --worker-threads-count to luna --help
parent
b062c5ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/luna
View file @
75a4bd03
...
@@ -47,6 +47,7 @@ OPTIONS
...
@@ -47,6 +47,7 @@ OPTIONS
-b
-b
Enable dynamic balance.
Enable dynamic balance.
-O0
-O0
-O
-O
Specify optimization level. -O0 optimizes compilation time at
Specify optimization level. -O0 optimizes compilation time at
...
@@ -66,9 +67,18 @@ OPTIONS
...
@@ -66,9 +67,18 @@ OPTIONS
Do not run program after compilation. Also sets no-cleanup
Do not run program after compilation. Also sets no-cleanup
flag. Output is a command for program execution.
flag. Output is a command for program execution.
-c
Only compile the program, deleting all intermediate files.
The result is stored as ./libucodes.so by default (unlike
the --compile-only flag, which stores the result into
the build directory.
-D key
-D key
-D key=val
-D key=val
Add preprocessor variable (#define...)
Add preprocessor variable (#define...)
--worker-threads-count=<count>
Set number of worker threads.
ENVIRONMENT
ENVIRONMENT
Environment variables affect LuNA settings, but the OPTIONs take
Environment variables affect LuNA settings, but the OPTIONs take
...
...
Write
Preview
Markdown
is supported
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