Merge pull request #535 from ouch-org/strip-binary

Strip binary when building with cargo
This commit is contained in:
figsoda 2023-10-04 18:54:10 -04:00 committed by GitHub
commit a81cc6e461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,3 +58,4 @@ default = ["flate2/zlib", "gzp/deflate_zlib", "zip/deflate-zlib", "zstd/thin"]
lto = true
codegen-units = 1
opt-level = 3
strip = true