Revert "qemu: disable debug info on aarch64-linux" (#443557)

This commit is contained in:
Vladimír Čunát
2026-02-11 11:13:15 +00:00
committed by GitHub
@@ -249,8 +249,7 @@ stdenv.mkDerivation (finalAttrs: {
dontAddStaticConfigureFlags = true;
outputs = [ "out" ] ++ lib.optional enableDocs "doc" ++ lib.optional guestAgentSupport "ga";
# On aarch64-linux we would shoot over the Hydra's 2G output limit.
separateDebugInfo = !(stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isLinux);
separateDebugInfo = true;
patches = [
./fix-qemu-ga.patch