Skip to content

Commit ed9528a

Browse files
committed
Misc changes
1 parent 3308daa commit ed9528a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

build_sysroot/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ alloc_system = { path = "./alloc_system" }
1313
[patch.crates-io]
1414
rustc-std-workspace-core = { path = "./sysroot_src/src/tools/rustc-std-workspace-core" }
1515
compiler_builtins = { path = "./compiler_builtins" }
16+
17+
[profile.release]
18+
debug = true

build_sysroot/build_sysroot.sh

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ cd $(dirname "$0")
66
cargo clean
77
rm Cargo.lock 2>/dev/null || true
88
rm -r sysroot 2>/dev/null || true
9+
rm -r target 2>/dev/null || true
910

1011
# FIXME find a better way to get the target triple
1112
unamestr=`uname`

0 commit comments

Comments
 (0)