Skip to content

Commit

Permalink
Merge pull request #264 from ralexstokes/debug-core-dump
Browse files Browse the repository at this point in the history
disable reth native operations via `RUSTFLAGS`
  • Loading branch information
ralexstokes committed May 14, 2024
2 parents 239499f + 5526b71 commit 24b723d
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 24b723d

Please sign in to comment.