From 09ebc7347d23f9a4a0a9ae0eea27261315224616 Mon Sep 17 00:00:00 2001 From: liangxinyan123 Date: Wed, 9 Apr 2025 10:04:44 +0000 Subject: [PATCH] update config.toml. Signed-off-by: liangxinyan123 --- config.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 95922f966d4..5c7bda6b2c9 100644 --- a/config.toml +++ b/config.toml @@ -5,7 +5,14 @@ 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", "profiler_builtins"] # 包含的工具 +tools = ["cargo", "rustfmt", "clippy", "rust-analyzer", "miri", "llvm-tools", "src", "rustdoc", "analysis"] # 包含的工具 +profiler = true +vendor = true +full-bootstrap = true [rust] channel = "dev" +profile-generate = "true" + +[install] +prefix = "/usr/local" -- Gitee