mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
hyprwire: Enable separateDebugInfo
This commit is contained in:
parent
c74c7bf9e4
commit
3be1d06f6d
1 changed files with 3 additions and 0 deletions
|
|
@ -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 ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue