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

main.v: use cc

This commit is contained in:
Alexander Medvednikov 2019-06-23 01:50:18 +02:00
parent 1074ddc33d
commit acb00bf623

View File

@ -472,7 +472,7 @@ mut args := ''
'$fast_clang -I. $args'
}
else {
'clang -I. $args'
'cc -I. $args'
}
// Print the C command
if c.show_c_cmd || c.is_verbose {