hyprutils: Enable separateDebugInfo

This commit is contained in:
Lee Bousfield
2026-07-02 11:03:49 -05:00
parent d0ebef36db
commit 8df4453081
+1
View File
@@ -34,6 +34,7 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
];
cmakeBuildType = "RelWithDebInfo";
separateDebugInfo = true;
passthru.updateScript = nix-update-script { };