mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Always strip in release mode (#5745)
Decreases linux release wheel size by 2MB. See https://github.com/rust-lang/cargo/issues/14346 Fixes #5683
This commit is contained in:
parent
35b982446d
commit
00981732a6
1 changed files with 4 additions and 0 deletions
|
@ -203,8 +203,12 @@ rc_buffer = "warn"
|
|||
rc_mutex = "warn"
|
||||
rest_pat_in_fully_bound_structs = "warn"
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
|
||||
[profile.profiling]
|
||||
inherits = "release"
|
||||
strip = false
|
||||
debug = true
|
||||
|
||||
[profile.fast-build]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue