Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • A AutoBuilder
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Adélie InfrastructureAdélie Infrastructure
  • AutoBuilder
  • Merge requests
  • !6

config: Ensure CPPFLAGS is empty by default

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged A. Wilcox requested to merge awilfox/autobuilder:fix/cppflags into master Apr 30, 2022
  • Overview 0
  • Commits 1
  • Changes 1

Some configurations use "-Os -fomit-frame-pointer" as a default CPPFLAGS. This is incorrect, and at least in the case of system/python3, causes a miscompile on ppc64. This is the true root cause of adelie/packages#451 (closed).

We set it empty in common to ensure that arch-specific overrides can still happen; specifically, if we ever do the once-drafted Pentium 4 spin, we may need some CPPFLAGS for the SSE2 stuff.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix/cppflags