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 1a1cdac commit 3ea8915Copy full SHA for 3ea8915
build_sysroot/build_sysroot.sh
@@ -12,6 +12,7 @@ dir=$(pwd)
12
# build scripts are still compiled using cg_llvm.
13
export RUSTC=$dir"/bin/cg_clif_build_sysroot"
14
export RUSTFLAGS=$RUSTFLAGS" --clif"
15
+export CG_CLIF_DISPLAY_CG_TIME=1
16
17
cd "$(dirname "$0")"
18
scripts/config.sh
@@ -56,4 +56,3 @@ fi
56
export LD_LIBRARY_PATH="$(rustc --print sysroot)/lib"
57
export DYLD_LIBRARY_PATH=$LD_LIBRARY_PATH
58
59
-export CG_CLIF_DISPLAY_CG_TIME=1
test.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -e
3
4
-export RUSTFLAGS="-Zrun_dsymutil=no"
5
6
./build.sh --without-sysroot "$@"
7
0 commit comments