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

v.markused: enable v -skip-unused -live run examples/hot_reload/bounce.v

This commit is contained in:
Delyan Angelov
2023-04-08 14:30:41 +03:00
parent e70084f203
commit 48d42287a9
3 changed files with 8 additions and 6 deletions

View File

@@ -180,6 +180,11 @@ fn get_all_commands() []Command {
okmsg: 'V can compile 2048 with -skip-unused.'
rmfile: 'examples/2048/2048'
}
res << Command{
line: '${vexe} -skip-unused -live examples/hot_reload/bounce.v'
okmsg: 'V can compile the hot code reloading bounce.v example with both: -skip-unused -live'
rmfile: 'examples/hot_reload/bounce'
}
}
res << Command{
line: '${vexe} -o vtmp cmd/v'