mirror of
https://github.com/sharkdp/bat
synced 2026-08-05 19:11:42 +00:00
Use cargo's strip option to remove symbols+debuginfo from the binaries
This commit is contained in:
@@ -104,4 +104,5 @@ features = ["wrap_help", "cargo"]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
strip = true
|
||||
codegen-units = 1
|
||||
|
||||
Reference in New Issue
Block a user