Skip to content

Commit

Permalink
Merge: ripgrep-all: avoid producing debug symbols (NixOS#350768)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 authored Oct 23, 2024
2 parents 67dd6c0 + 309e5ad commit 3a0901b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/tools/text/ripgrep-all/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ in rustPlatform.buildRustPackage rec {
};
};

# override debug=true set in Cargo.toml upstream
RUSTFLAGS = "-C debuginfo=none";

nativeBuildInputs = [ makeWrapper poppler_utils ];
buildInputs = lib.optional stdenv.hostPlatform.isDarwin Security;

Expand Down

0 comments on commit 3a0901b

Please sign in to comment.