1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

minor tcc fixes

This commit is contained in:
Alexander Medvednikov
2019-07-08 03:42:36 +02:00
parent 4c07df6a21
commit cd10890258
4 changed files with 8 additions and 4 deletions

View File

@@ -802,6 +802,9 @@ fn new_v(args[]string) *V {
cflags: cflags
ccompiler: find_c_compiler()
}
if pref.is_verbose || pref.is_debug {
println('C compiler=$pref.ccompiler')
}
if pref.is_play {
println('Playground')
}