Skip to content
Snippets Groups Projects

compile-libvlc: mitigate potentially huge linker options

Open Pierre Lamot requested to merge chub/libvlcjni:reduce_linker_args into master

the script is aggregating every .pc from the contribs, under specific circumstances this may create too many arguments for the linker

the script now removes recurring patterns

-lintl -lintl -lm -lintl -lm -lintl -lintl -lm

becomes:

-lintl -lm

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