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:
parent
1074ddc33d
commit
acb00bf623
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user