v.help: update description of the -message-limit option

This commit is contained in:
Delyan Angelov 2025-09-19 07:23:39 +03:00
parent b93dfa1a03
commit 70ed690964
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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).