mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
remove old float
type entirely
This commit is contained in:
parent
a911146182
commit
f26e65a943
10 changed files with 80 additions and 98 deletions
|
@ -73,7 +73,7 @@ mut:
|
|||
is_so bool
|
||||
is_live bool // for hot code reloading
|
||||
is_prof bool // benchmark every function
|
||||
translated bool // `v translated doom.v` are we running V code translated from C? allow globals, ++ expressions, etc
|
||||
translated bool // `v translate doom.v` are we running V code translated from C? allow globals, ++ expressions, etc
|
||||
obfuscate bool // `v -obf program.v`, renames functions to "f_XXX"
|
||||
lang_dir string // "~/code/v"
|
||||
is_verbose bool // print extra information with `v.log()`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue