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 c8fb31f commit b0b46a6Copy full SHA for b0b46a6
scripts/build/speed.sh
@@ -2,7 +2,7 @@
2
RUSTFLAGS="-Zlocation-detail=none -Zfmt-debug=none"
3
TARGET=""
4
5
-if [ -n $1 ]; then
+if [ ! -z "$1" ]; then
6
TARGET="--target $1"
7
fi
8
0 commit comments