host: make clang the default

Make clang the default compiler on Linux.

Change-Id: I4c5d8e0a4e361f4d5b57c184ec89b09a8d789c65
This commit is contained in:
Rob Mohr 2020-04-15 15:25:16 -07:00
parent 73ac9fb00e
commit a7758f949a

View File

@ -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 =