hyprwire: Enable separateDebugInfo

This commit is contained in:
Lee Bousfield 2026-07-02 11:03:51 -05:00
commit 3be1d06f6d
No known key found for this signature in database
GPG key ID: 51137D1C9B477CBD

View file

@ -31,6 +31,9 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
pugixml
];
cmakeBuildType = "RelWithDebInfo";
separateDebugInfo = true;
meta = {
inherit (finalAttrs.src.meta) homepage;
description = "A fast and consistent wire protocol for IPC ";