hyprcursor: Enable separateDebugInfo

(cherry picked from commit 05f71f7de4)
This commit is contained in:
Lee Bousfield 2026-07-02 11:03:49 -05:00 committed by github-actions[bot]
commit 530b4ea7b7

View file

@ -43,6 +43,9 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
"lib"
];
cmakeBuildType = "RelWithDebInfo";
separateDebugInfo = true;
passthru.updateScript = nix-update-script { };
meta = {