hyprlang: Enable separateDebugInfo

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

View file

@ -34,6 +34,9 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
doCheck = true;
cmakeBuildType = "RelWithDebInfo";
separateDebugInfo = true;
meta = {
homepage = "https://github.com/hyprwm/hyprlang";
description = "Official implementation library for the hypr config language";