mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
builder: show the C compiler output on -show-c-output, NOT on -showcc
This commit is contained in:
parent
ed08d96932
commit
ff42572e93
@ -544,7 +544,7 @@ fn (mut v Builder) cc() {
|
|||||||
}
|
}
|
||||||
diff := time.ticks() - ticks
|
diff := time.ticks() - ticks
|
||||||
v.timing_message('C ${ccompiler:3}', diff)
|
v.timing_message('C ${ccompiler:3}', diff)
|
||||||
if v.pref.is_verbose || v.pref.show_c_output || v.pref.show_cc {
|
if v.pref.show_c_output {
|
||||||
v.show_c_compiler_output(res)
|
v.show_c_compiler_output(res)
|
||||||
}
|
}
|
||||||
os.chdir(original_pwd)
|
os.chdir(original_pwd)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user