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