mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +00:00
Merge pull request #535 from ouch-org/strip-binary
Strip binary when building with cargo
This commit is contained in:
commit
a81cc6e461
@ -58,3 +58,4 @@ default = ["flate2/zlib", "gzp/deflate_zlib", "zip/deflate-zlib", "zstd/thin"]
|
|||||||
lto = true
|
lto = true
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
|
strip = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user