diff --git a/Cargo.toml b/Cargo.toml index 5f079d40..dedc8209 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }