Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • P Pacman
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
    • Locked files
  • Issues 25
    • Issues 25
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 18
    • Merge requests 18
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Admin message

Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.

Admin message

Merge requests and Issues are disabled on Packages for non Arch Linux staff - we plan to open these to all registered Gitlab users in the foreseeable future.

  • Pacman
  • Pacman
  • Repository
  • pacman
  • scripts
  • libmakepkg
  • buildenv
  • buildflags.sh.in
Find file Blame History Permalink
  • Evangelos Foutras's avatar
    Make link time optimization flags configurable · e1ce2351
    Evangelos Foutras authored Feb 10, 2022 and Allan McRae's avatar Allan McRae committed Mar 06, 2022
    
    
    We want to use -flto=auto in Arch Linux to speed up building, but we
    can't hardcode it in buildenv/lto.sh because other downstreams might
    have clang < 13.0.0 which did not recognize -flto=auto as equivalent
    to -flto=full.
    
    Introducing an LTOFLAGS variable to makepkg.conf seems the way to go.
    
    Signed-off-by: default avatarAllan McRae <allan@archlinux.org>
    e1ce2351