llvmPackages.clang-unwrapped: enable debug info

This increases the memory required to link by quite a bit, but it
should be fine for Hydra, and people building themselves with
insufficient RAM can either disable it, or just decrease --cores.
This commit is contained in:
Alyssa Ross 2025-05-23 19:57:58 +02:00
parent fea1ab34b7
commit 929e918a51

View file

@ -201,6 +201,8 @@ stdenv.mkDerivation (
"python"
];
separateDebugInfo = true;
postInstall =
''
ln -sv $out/bin/clang $out/bin/cpp