Skip to content

Commit e3cc2a9

Browse files
authored
strip symbols too not just debug info (#876)
stripping debug info didn't help much, this does
1 parent 5958c3e commit e3cc2a9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bottlecap/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,11 @@ name = "bottlecap"
8383
opt-level = "z" # Optimize for size.
8484
lto = true
8585
codegen-units = 1
86-
strip = "debuginfo"
86+
strip = true
8787
panic = "abort"
8888

8989
[profile.release-alpine-arm64-fips]
90+
strip = true
9091
inherits = "release"
9192
# Unfortunately opt-level "z" does not work for building aws-lc-fips-sys on
9293
# Alpine for ARM with FIPS enabled.

0 commit comments

Comments
 (0)