mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
aquamarine: Enable separateDebugInfo
This commit is contained in:
parent
bfe091d105
commit
d0ebef36db
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