Skip to content

Commit e669831

Browse files
authored
fix: strip debug symbols (#866)
Somewhere we lost/missed this
1 parent d6c3670 commit e669831

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bottlecap/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ name = "bottlecap"
8383
opt-level = "z" # Optimize for size.
8484
lto = true
8585
codegen-units = 1
86+
strip = "debuginfo"
8687
panic = "abort"
8788

8889
[profile.release-alpine-arm64-fips]

0 commit comments

Comments
 (0)