mirror of
https://github.com/vlang/v.git
synced 2025-09-22 20:09:04 -04:00
v.help: update description of the -message-limit
option
This commit is contained in:
parent
b93dfa1a03
commit
70ed690964
@ -159,9 +159,11 @@ NB: the build flags are shared with the run command too:
|
||||
127 0.016ms 127ns tos
|
||||
|
||||
-message-limit <limit>
|
||||
The maximum amount of warnings / errors / notices, that will be accumulated (defaults to 100).
|
||||
The checker will abort prematurely once this limit has been reached.
|
||||
Setting this to 0 or a negative value, will disable the limit.
|
||||
The maximum amount of warnings / errors / notices, that will be accumulated (defaults to 200).
|
||||
The parser and checker, will return prematurely, once this limit has been reached.
|
||||
Setting this to a negative value like -1, will disable the limit.
|
||||
Setting this to 0, will stop showing errors, but the compiler will still exit with a non zero
|
||||
exit code, if there are any.
|
||||
|
||||
-no-parallel
|
||||
Do not run the compiler in parallel (currently only the cgen stage has parallelization).
|
||||
|
Loading…
x
Reference in New Issue
Block a user