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

v: replace --enable-globals with -enable-globals (#9898)

This commit is contained in:
Enzo
2021-04-28 06:44:28 +02:00
committed by GitHub
parent a2014f86b7
commit 4f246222b0
6 changed files with 11 additions and 7 deletions

View File

@ -1713,7 +1713,7 @@ immutable by default, even when [references](#references) are passed.
V is not a purely functional language however.
There is a compiler flag to enable global variables (`--enable-globals`), but this is
There is a compiler flag to enable global variables (`-enable-globals`), but this is
intended for low-level applications like kernels and drivers.
### Mutable arguments