We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83624a2 commit 580ccf1Copy full SHA for 580ccf1
26 files changed
.cargo/config.toml
@@ -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