From a7758f949afd41306b5ae09111ba28c355d76e50 Mon Sep 17 00:00:00 2001 From: Rob Mohr Date: Wed, 15 Apr 2020 15:25:16 -0700 Subject: [PATCH] host: make clang the default Make clang the default compiler on Linux. Change-Id: I4c5d8e0a4e361f4d5b57c184ec89b09a8d789c65 --- targets/host/linux.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/host/linux.gni b/targets/host/linux.gni index 213d35682..245154a0d 100644 --- a/targets/host/linux.gni +++ b/targets/host/linux.gni @@ -16,7 +16,7 @@ import("host_common.gni") declare_args() { # Specifies the toolchain to use for this build. - pw_target_toolchain = "$dir_pw_toolchain:host_gcc_og" + pw_target_toolchain = "$dir_pw_toolchain:host_clang_og" } pw_executable_config.bloaty_config_file =