mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
hyprland: Enable separateDebugInfo
This commit is contained in:
parent
fd0b4c7a61
commit
bfe091d105
1 changed files with 1 additions and 0 deletions
|
|
@ -185,6 +185,7 @@ customStdenv.mkDerivation (finalAttrs: {
|
|||
cmakeBuildType = if debug then "Debug" else "RelWithDebInfo";
|
||||
|
||||
dontStrip = debug;
|
||||
separateDebugInfo = !debug;
|
||||
strictDeps = true;
|
||||
|
||||
cmakeFlags = mapAttrsToList cmakeBool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue