重构: 巨函数拆分 + 清理历史标记注释 + custom_prompt/停止按钮/tunnel 改进
This commit is contained in:
@@ -10,3 +10,12 @@
|
||||
[target.x86_64-unknown-linux-musl]
|
||||
linker = "rust-lld"
|
||||
rustflags = ["-C", "link-self-contained=y"]
|
||||
|
||||
# ── 主机编译加速(Windows MSVC) ────────────────────────────
|
||||
# rust-lld 比 MSVC link.exe 快 3-5x,且 Rust 自带零安装
|
||||
[target.x86_64-pc-windows-msvc]
|
||||
linker = "rust-lld.exe"
|
||||
|
||||
# 并行编译单元,留部分核心给 Zed UI 和系统
|
||||
[build]
|
||||
jobs = 8
|
||||
|
||||
Reference in New Issue
Block a user