Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • D devtools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Arch Linux
  • devtools
  • Merge requests
  • !87

makepkg.conf: drop -fvar-tracking-assignments flag

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Evangelos Foutras requested to merge drop-fvar-tracking-assignments-debug-flag into master Jan 31, 2022
  • Overview 3
  • Commits 1
  • Changes 1

According to gcc(1), this flag (like -fvar-tracking) is enabled by default when compiling with optimization and debugging information.

As an additional benefit, packages building with the clang compiler will work with the default flags without having to remove this flag due to not being recognized by clang.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: drop-fvar-tracking-assignments-debug-flag