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 547f49c commit d0ac2b1Copy full SHA for d0ac2b1
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