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.
2 parents 547f49c + d0ac2b1 commit 14e8f50Copy full SHA for 14e8f50
xargo/build.sh
@@ -1,3 +1,3 @@
1
-#!/bin/bash
2
-cd "$(readlink -e "$(dirname "$0")")"
+#!/bin/sh
+cd "$(dirname "$0")"
3
RUSTFLAGS='-Zalways-encode-mir -Zmir-emit-validate=1' xargo build
0 commit comments