hyprgraphics: Enable separateDebugInfo

This commit is contained in:
Lee Bousfield
2026-07-02 11:03:50 -05:00
parent 05f71f7de4
commit fb1ea5c439
+3
View File
@@ -59,6 +59,9 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
doCheck = true;
cmakeBuildType = "RelWithDebInfo";
separateDebugInfo = true;
passthru = {
updateScript = nix-update-script { };
};