Unverified Commit 3a0901b9 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

Merge: ripgrep-all: avoid producing debug symbols (#350768)

parents 67dd6c03 309e5ad6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;