mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v.builder: implement a -check mode, that runs only the parser + the checker, without codegen (#11414)
This commit is contained in:
@@ -94,6 +94,7 @@ const (
|
||||
'-apk',
|
||||
'-show-timings',
|
||||
'-check-syntax',
|
||||
'-check',
|
||||
'-v',
|
||||
'-progress',
|
||||
'-silent',
|
||||
|
||||
Reference in New Issue
Block a user