opgpcard: Make release builds reproducible (by setting "codegen-units = 1").

This commit is contained in:
Heiko Schaefer 2023-02-17 19:57:08 +01:00
parent 8579919f03
commit 89bb29c73a
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -41,6 +41,9 @@ subplot-build = "0.5.0"
fehler = "1.0.0"
subplotlib = "0.5.0"
[profile.release]
codegen-units = 1
[features]
default = ["sequoia-openpgp/default"]