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