Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Q qemu
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • QEMU
  • qemu
  • Merge requests
  • !35

Disable LTO on non-amd64 builds

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Paride Legovini requested to merge paride/qemu:disable-lto into master Aug 04, 2022
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Coroutines fail with LTO on non-amd64 architectures, see:

  • https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1921664
  • https://bugzilla.redhat.com/show_bug.cgi?id=1952483

Debian doesn't enable LTO by default yet, but this is likely to happen at some point [1]. For the moment this fixes Debian builds when LTO is manually enabled and builds in downstream distros where LTO is enabled by default (e.g. Ubuntu).

[1] https://lists.debian.org/debian-devel/2022/06/msg00092.html

LP: #1921664

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: disable-lto