mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v.pref: disable the parallel cgen when -g
is given for now (the line numbers/paths are wrong)
This commit is contained in:
parent
92f2e5bad2
commit
e23d61d99e
@ -338,6 +338,7 @@ pub fn parse_args(known_external_commands []string, args []string) (&Preferences
|
||||
'-g' {
|
||||
res.is_debug = true
|
||||
res.is_vlines = true
|
||||
res.no_parallel = true // TODO: fix `-g` with the parallel backend (line numbers are wrong)
|
||||
res.build_options << arg
|
||||
}
|
||||
'-cg' {
|
||||
|
Loading…
Reference in New Issue
Block a user