From acb00bf623b40c2e87103afd49a7699aeca8f776 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 23 Jun 2019 01:50:18 +0200 Subject: [PATCH] main.v: use `cc` --- compiler/main.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main.v b/compiler/main.v index f1e4addeb5..66e94cb761 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -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 {