mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +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"
|
"python"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
separateDebugInfo = true;
|
||||||
|
|
||||||
postInstall =
|
postInstall =
|
||||||
''
|
''
|
||||||
ln -sv $out/bin/clang $out/bin/cpp
|
ln -sv $out/bin/clang $out/bin/cpp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue