hyprpaper: Enable separateDebugInfo

This commit is contained in:
Lee Bousfield
2026-07-02 13:10:46 -05:00
parent ff659d853b
commit 0b5763d605
+3
View File
@@ -88,6 +88,9 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
cmakeBuildType = "RelWithDebInfo";
separateDebugInfo = true;
meta = {
inherit (finalAttrs.src.meta) homepage;
description = "Blazing fast wayland wallpaper utility";