Skip to content

Commit 580ccf1

Browse files
committed
同步上游
1 parent 83624a2 commit 580ccf1

26 files changed

Lines changed: 341 additions & 875 deletions

.cargo/config.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[target.x86_64-pc-windows-gnu]
2+
rustflags = ["-C", "link-arg=-Wl,-Brepro"]
3+
4+
[target.x86_64-apple-darwin]
5+
# Required to avoid a rustc hang when building for this target.
6+
rustflags = ["-C", "codegen-units=2"]

0 commit comments

Comments
 (0)