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

This commit is contained in:
Maximilian Bosch
2024-10-24 00:55:03 +02:00
committed by GitHub
+3
View File
@@ -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;