mirror of https://github.com/astral-sh/ruff
Remove `strip` from release profile (#20885)
This commit is contained in:
parent
cafb96aa7a
commit
cb4d4493d7
|
|
@ -268,7 +268,6 @@ large_stack_arrays = "allow"
|
||||||
|
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
strip = true
|
|
||||||
lto = "fat"
|
lto = "fat"
|
||||||
codegen-units = 16
|
codegen-units = 16
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue