Skip to content
Snippets Groups Projects

community/awesome: build with -fcommon

Merged Kevin Daudt requested to merge kdaudt/aports:awesome-f-common into master

GCC10 builds with -fno-common by default. This results into 'multiple definition' errors in projects that define the same variable multiple times.

The proper fix is to adjust the source, but in this cases there are many instances, so build with -fcommon for now.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading