1
0
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:
Constantin Nickel
2023-03-16 13:40:34 +01:00
parent d20405b975
commit 89c5683f8d
2 changed files with 7 additions and 24 deletions
+1
View File
@@ -104,4 +104,5 @@ features = ["wrap_help", "cargo"]
[profile.release]
lto = true
strip = true
codegen-units = 1