mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cc: hide a print behind -v
This commit is contained in:
@@ -626,7 +626,9 @@ fn (mut v Builder) cc() {
|
||||
}
|
||||
if v.pref.retry_compilation {
|
||||
v.pref.ccompiler = pref.default_c_compiler()
|
||||
eprintln('Compilation with tcc failed. Retrying with $v.pref.ccompiler ...')
|
||||
if v.pref.is_verbose {
|
||||
eprintln('Compilation with tcc failed. Retrying with $v.pref.ccompiler ...')
|
||||
}
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user