Incremental release builds

Since it's a library, in practice release builds are used for slower tests, not for a binary that needs to be reproducible.
This commit is contained in:
Daniel Lubarov 2023-04-12 07:34:17 -07:00
parent 042c004237
commit eb7468e7e8

View File

@ -3,13 +3,13 @@ members = ["evm", "field", "maybe_rayon", "plonky2", "starky", "util"]
[profile.release]
opt-level = 3
incremental = true
#lto = "fat"
#codegen-units = 1
[profile.bench]
opt-level = 3
[patch.crates-io]
plonky2_evm = { path = "evm" }
plonky2_field = { path = "field" }