mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
aquamarine: Enable separateDebugInfo
(cherry picked from commit d0ebef36db)
This commit is contained in:
parent
71b3c97454
commit
1ee82d8416
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
|
|||
];
|
||||
|
||||
cmakeBuildType = "RelWithDebInfo";
|
||||
separateDebugInfo = true;
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue