[chore](toolchain) change doris default toolchain to clang (#20146)

GCC is very slow during build and link. Change to clang as we discussed many times.


Co-authored-by: yiguolei <yiguolei@gmail.com>
This commit is contained in:
yiguolei
2023-05-28 21:05:23 +08:00
committed by GitHub
parent 9d44918036
commit 13c80bdb10

2
env.sh
View File

@ -110,7 +110,7 @@ if [[ -z "${DORIS_TOOLCHAIN}" ]]; then
if [[ "$(uname -s)" == 'Darwin' ]]; then
DORIS_TOOLCHAIN=clang
else
DORIS_TOOLCHAIN=gcc
DORIS_TOOLCHAIN=clang
fi
fi