aquamarine: Enable separateDebugInfo

(cherry picked from commit d0ebef36db)
This commit is contained in:
Lee Bousfield 2026-07-02 11:03:04 -05:00 committed by github-actions[bot]
commit 1ee82d8416

View file

@ -63,6 +63,7 @@ gcc15Stdenv.mkDerivation (finalAttrs: {
];
cmakeBuildType = "RelWithDebInfo";
separateDebugInfo = true;
passthru.updateScript = nix-update-script { };