We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3308daa commit ed9528aCopy full SHA for ed9528a
build_sysroot/Cargo.toml
@@ -13,3 +13,6 @@ alloc_system = { path = "./alloc_system" }
13
[patch.crates-io]
14
rustc-std-workspace-core = { path = "./sysroot_src/src/tools/rustc-std-workspace-core" }
15
compiler_builtins = { path = "./compiler_builtins" }
16
+
17
+[profile.release]
18
+debug = true
build_sysroot/build_sysroot.sh
@@ -6,6 +6,7 @@ cd $(dirname "$0")
6
cargo clean
7
rm Cargo.lock 2>/dev/null || true
8
rm -r sysroot 2>/dev/null || true
9
+rm -r target 2>/dev/null || true
10
11
# FIXME find a better way to get the target triple
12
unamestr=`uname`
0 commit comments