We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5958c3e commit e3cc2a9Copy full SHA for e3cc2a9
1 file changed
bottlecap/Cargo.toml
@@ -83,10 +83,11 @@ name = "bottlecap"
83
opt-level = "z" # Optimize for size.
84
lto = true
85
codegen-units = 1
86
-strip = "debuginfo"
+strip = true
87
panic = "abort"
88
89
[profile.release-alpine-arm64-fips]
90
91
inherits = "release"
92
# Unfortunately opt-level "z" does not work for building aws-lc-fips-sys on
93
# Alpine for ARM with FIPS enabled.
0 commit comments