Merge: strace: enable debug info (#354017)

This commit is contained in:
Maximilian Bosch 2024-11-06 19:16:43 +01:00 committed by GitHub
commit 5c0f512a38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
hash = "sha256-gyYlg6NSnwLDUBqouKx3K0y8A9yTTpi6tuSINibig6U=";
};
separateDebugInfo = true;
depsBuildBuild = [ buildPackages.stdenv.cc ];
nativeBuildInputs = [ perl ];