Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@ overflow-checks = false
# per-crate configuration isn't specifiable in the environment.
codegen-units = 10000

[profile.release.package.miniz_oxide]
debug = 0
[profile.release.package.gimli]
debug = 0
[profile.release.package.addr2line]
debug = 0
[profile.release.package.object]
debug = 0
[profile.release.package.adler]
debug = 0

# We want the RLS to use the version of Cargo that we've got vendored in this
# repository to ensure that the same exact version of Cargo is used by both the
# RLS and the Cargo binary itself. The RLS depends on Cargo as a git repository
Expand Down