diff --git a/compiler/main.v b/compiler/main.v index 29886e45c0..4c240a5e36 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -570,7 +570,7 @@ void reload_so() { } v.cc() if v.pref.is_test || v.pref.is_run { - if true || v.pref.is_verbose { + if v.pref.is_verbose { println('============ running $v.out_name ============') } mut cmd := if v.out_name.starts_with('/') {