mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
doc: fix a typo in the -no-preludes
option description in v help build-c
(#15404)
This commit is contained in:
parent
f557acf76b
commit
001144fa82
@ -215,7 +215,7 @@ see also `v help build`.
|
|||||||
-live
|
-live
|
||||||
Build the executable with live capabilities (`[live]`).
|
Build the executable with live capabilities (`[live]`).
|
||||||
|
|
||||||
-no-prelude
|
-no-preludes
|
||||||
Prevents V from generating a prelude in generated .c files, useful for freestanding targets
|
Prevents V from generating a prelude in generated .c files, useful for freestanding targets
|
||||||
where eg. you replace C standard library with your own, or some definitions/headers break something.
|
where eg. you replace C standard library with your own, or some definitions/headers break something.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user