mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
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:
parent
fea1ab34b7
commit
929e918a51
1 changed files with 2 additions and 0 deletions
|
@ -201,6 +201,8 @@ stdenv.mkDerivation (
|
|||
"python"
|
||||
];
|
||||
|
||||
separateDebugInfo = true;
|
||||
|
||||
postInstall =
|
||||
''
|
||||
ln -sv $out/bin/clang $out/bin/cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue