diff --git a/config.toml b/config.toml index 95922f966d47fa5bb96ee1506f48e5b161d6f44a..5c7bda6b2c92323ccfb8936c07593fd1910b8199 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"