mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
v.builder: support -d trace_type_symbols_after_checker
This commit is contained in:
parent
b653d65676
commit
97145ca3a8
2 changed files with 6 additions and 1 deletions
|
@ -91,7 +91,7 @@ fn get_all_commands() []Command {
|
|||
rmfile: 'examples/hello_world'
|
||||
}
|
||||
res << Command{
|
||||
line: '${vexe} -W -Wimpure-v run examples/hello_world.v'
|
||||
line: '${vexe} -W -Wimpure-v examples/hello_world.v'
|
||||
okmsg: 'V can compile hello world with the stricter `-W -Wimpure-v` mode .'
|
||||
rmfile: 'examples/hello_world'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue