We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f8404 commit cc132f9Copy full SHA for cc132f9
6 files changed
.cargo/config
@@ -6,3 +6,9 @@ rustflags = [
6
"-C", "link-arg=-Tlink.x",
7
"-C", "overflow-checks=y",
8
]
9
+
10
+# We need to specify the target manually here because by default we
11
+# build for our arm target. We can add more aliases for other platforms
12
+# as needed.
13
+[alias]
14
+xtask = "run --target x86_64-unknown-linux-gnu --package xtask --"
0 commit comments