Skip to content

Commit 5526b71

Browse files
committed
disable reth native operations via RUSTFLAGS
1 parent 239499f commit 5526b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/mev-rs.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let
66
pname = "mev-rs";
77
src = crane.cleanCargoSource (crane.path ../.);
88
CARGO_PROFILE = "maxperf";
9-
RUSTFLAGS = "-C target-cpu=native";
9+
# RUSTFLAGS = "-C target-cpu=native";
1010
cargoExtraArgs = "--locked ${feature-set}";
1111
buildInputs = lib.optionals pkgs.stdenv.isLinux [
1212
openssl

0 commit comments

Comments
 (0)