1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

v.pref: cleanup V options, support the documented -output and -backend

This commit is contained in:
Delyan Angelov
2021-05-28 09:07:06 +03:00
parent 8a109b031c
commit 39de06c200
2 changed files with 8 additions and 12 deletions

View File

@@ -45,10 +45,6 @@ NB: the build flags are shared with the run command too:
If value is not provided, it is assumed to be set to `true`.
`value` should be `1` or `0` to indicate `true` and `false` respectively otherwise.
-e <experiment>, -experiments <experiment>
Enable the specified experiment.
Currently, the only experiment available is: `prealloc`
-g
Compile the executable in debug mode, allowing code to be debugged more easily.