diff --git a/Cargo.toml b/Cargo.toml index 74ad5cfb2..a3167d9cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -215,7 +215,7 @@ halo2_proofs = { git = "https://github.com/zkonduit/halo2#098ac0ef3b29255e0e2524 [profile.release] -rustflags = ["-C", "relocation-model=pic", "-C", "target-cpu=native"] +rustflags = ["-C", "relocation-model=pic"] lto = "fat" codegen-units = 1 panic = "abort"