v.pref: disable the parallel cgen when `-g` is given for now (the line numbers/paths are wrong)
parent
92f2e5bad2
commit
e23d61d99e
vlib/v/pref
|
@ -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