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