Merge pull request #986 from mir-protocol/incremental_release

Incremental release builds
This commit is contained in:
Daniel Lubarov 2023-04-15 11:20:01 -07:00 committed by GitHub
commit 9037ceb0c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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" }