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:
@@ -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')
|
||||
}
|
||||
|
Reference in New Issue
Block a user