mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
builder: implement -dump-c-flags flags.txt
This commit is contained in:
@@ -127,3 +127,8 @@ see also `v help build`.
|
||||
|
||||
-show-c-output
|
||||
Prints the output, that your C compiler produced, while compiling your program.
|
||||
|
||||
-dump-c-flags file.txt
|
||||
Write all C flags into `file.txt`, one flag per line.
|
||||
If `file.txt` is `-`, then write the flags to stdout, one flag per line.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user