hyprutils: Enable separateDebugInfo

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

View file

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