mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
help: list -showcc, -w (#7013)
This commit is contained in:
parent
91eca539d0
commit
9772306ae9
@ -59,5 +59,8 @@ These build flags are enabled on `build` and `run` as long as the backend is set
|
||||
Useful for similar use-case as above option, except it replaces V-generated prelude with
|
||||
your custom one loaded from specified <path>.
|
||||
|
||||
-showcc
|
||||
Prints the C command that is used to build the program.
|
||||
|
||||
-keepc
|
||||
Do not remove the temporary .tmp.c and .tmp.c.rsp files. Also do not use a random prefix for them, so they would be fixed and predictable.
|
||||
|
@ -119,6 +119,9 @@ The build flags are shared by the build and run commands:
|
||||
C GEN: 103ms
|
||||
C tcc: 95ms
|
||||
|
||||
-w
|
||||
Hide all warnings.
|
||||
|
||||
-W
|
||||
Treat all warnings as errors, even in development builds.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user