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 07051c0 commit 5770fa7Copy full SHA for 5770fa7
xtask/src/dist.rs
@@ -50,7 +50,9 @@ fn dist_server() -> Result<()> {
50
run!(
51
"cargo build --manifest-path ./crates/rust-analyzer/Cargo.toml --bin rust-analyzer --release
52
--target x86_64-unknown-linux-musl
53
- --features=jemalloc"
+ "
54
+ // We'd want to add, but that requires setting the right linker somehow
55
+ // --features=jemalloc
56
)?;
57
run!("strip ./target/x86_64-unknown-linux-musl/release/rust-analyzer")?;
58
} else {
0 commit comments