xdg-desktop-portal-hyprland: Enable separateDebugInfo

This commit is contained in:
Lee Bousfield
2026-07-02 13:08:17 -05:00
parent 3be1d06f6d
commit dcfe551ba9
@@ -68,6 +68,7 @@ stdenv.mkDerivation (finalAttrs: {
cmakeBuildType = if debug then "Debug" else "RelWithDebInfo";
dontStrip = debug;
separateDebugInfo = !debug;
dontWrapQtApps = true;