From 5859c0f07e434879bf2d8edcb7e468d3a93a6655 Mon Sep 17 00:00:00 2001 From: dante <45801863+alexander-camuto@users.noreply.github.com> Date: Sat, 17 Aug 2024 17:54:27 -0400 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"