mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
parser: prepare for better VLS integration, more accurate parser errors (#7119)
This commit is contained in:
@@ -124,6 +124,9 @@ The build flags are shared by the build and run commands:
|
||||
|
||||
-W
|
||||
Treat all warnings as errors, even in development builds.
|
||||
|
||||
-Wfatal-errors
|
||||
Unconditionally exit with exit(1) after the first error. Useful for scripts/tooling that calls V.
|
||||
|
||||
For C-specific build flags, use `v help build-c`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user