From e4ba0e9038ddbd2072737dab56ce333cf5caee4f Mon Sep 17 00:00:00 2001 From: liangxinyan123 Date: Tue, 8 Apr 2025 12:36:10 +0000 Subject: [PATCH] update config.toml. Signed-off-by: liangxinyan123 --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 23e1b8e3b29..95922f966d4 100644 --- a/config.toml +++ b/config.toml @@ -5,7 +5,7 @@ download-ci-llvm = false # 使用预编译LLVM加速 [build] target = ["x86_64-unknown-linux-gnu"] # 目标平台 extended = true # 构建完整的工具链(包括 rustfmt、clippy 等) -tools = ["cargo", "rustfmt", "clippy", "rust-analyzer", "miri", "llvm-tools"] # 包含的工具 +tools = ["cargo", "rustfmt", "clippy", "rust-analyzer", "miri", "llvm-tools", "profiler_builtins"] # 包含的工具 [rust] channel = "dev" -- Gitee