mirror of
https://github.com/vlang/v.git
synced 2025-09-16 10:57:25 -04:00
v.builder: show the thirdparty object compilation commands too, when using -showcc
(when the cache is empty)
This commit is contained in:
parent
18f89991ef
commit
31e698f5b5
@ -1107,6 +1107,9 @@ fn (mut v Builder) build_thirdparty_obj_file(mod string, path string, moduleflag
|
|||||||
v.pref.cache_manager.mod_save(mod, '.description.txt', obj_path, '${obj_path:-30} @ ${cmd}\n') or {
|
v.pref.cache_manager.mod_save(mod, '.description.txt', obj_path, '${obj_path:-30} @ ${cmd}\n') or {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
if v.pref.show_cc {
|
||||||
|
println('>> OBJECT FILE compilation cmd: ${cmd}')
|
||||||
|
}
|
||||||
$if trace_thirdparty_obj_files ? {
|
$if trace_thirdparty_obj_files ? {
|
||||||
if res.output != '' {
|
if res.output != '' {
|
||||||
println(res.output)
|
println(res.output)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user