1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/compiler
Delyan Angelov 38c58f9f1b compiler: fix #1193 . Flag -c_options is now named -cflags.
You can also pass -cflags '-Os -fno-inline-small-functions'
2019-07-18 19:45:31 +02:00
..
tests
cgen.v
fn.v live reload: All of the [live] functions are reloaded now, not just the first one. 2019-07-18 19:34:28 +02:00
jsgen.v
main.v compiler: fix #1193 . Flag -c_options is now named -cflags. 2019-07-18 19:45:31 +02:00
parser.v
scanner.v
table.v
token.v