opgpcard: Make release builds reproducible (by setting "codegen-units = 1").
This commit is contained in:
parent
8579919f03
commit
89bb29c73a
1 changed files with 3 additions and 0 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue