Merge: ripgrep-all: avoid producing debug symbols (#350768)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user