Skip to content

Commit

Permalink
disable reth native operations via RUSTFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed May 14, 2024
1 parent 239499f commit 5526b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/mev-rs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5526b71

Please sign in to comment.