mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-11 20:30:53 +00:00
12 lines
403 B
Diff
12 lines
403 B
Diff
--- a/cli/Cargo.toml
|
|
+++ b/cli/Cargo.toml
|
|
@@ -32,7 +32,7 @@
|
|
path = "./bench/lsp_bench_standalone.rs"
|
|
|
|
[features]
|
|
-default = ["upgrade", "__vendored_zlib_ng"]
|
|
+default = ["__vendored_zlib_ng"]
|
|
# A feature that enables heap profiling with dhat on Linux.
|
|
# 1. Compile with `cargo build --profile=release-with-debug --features=dhat-heap`
|
|
# 2. Run the executable. It will output a dhat-heap.json file.
|