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