From 5526b71885ba42c4ab859b6d6ed17c1b89378d90 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Tue, 14 May 2024 11:29:21 +0300 Subject: [PATCH] disable reth native operations via `RUSTFLAGS` --- nix/mev-rs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/mev-rs.nix b/nix/mev-rs.nix index 67cac2a5..a9c4b1cb 100644 --- a/nix/mev-rs.nix +++ b/nix/mev-rs.nix @@ -6,7 +6,7 @@ let pname = "mev-rs"; src = crane.cleanCargoSource (crane.path ../.); CARGO_PROFILE = "maxperf"; - RUSTFLAGS = "-C target-cpu=native"; + # RUSTFLAGS = "-C target-cpu=native"; cargoExtraArgs = "--locked ${feature-set}"; buildInputs = lib.optionals pkgs.stdenv.isLinux [ openssl