hyprland: Enable separateDebugInfo

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

View file

@ -185,6 +185,7 @@ customStdenv.mkDerivation (finalAttrs: {
cmakeBuildType = if debug then "Debug" else "RelWithDebInfo";
dontStrip = debug;
separateDebugInfo = !debug;
strictDeps = true;
cmakeFlags = mapAttrsToList cmakeBool {