Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⚡ Use mold instead of ld for faster link times #210

Merged
merged 2 commits into from
May 12, 2023
Merged

⚡ Use mold instead of ld for faster link times #210

merged 2 commits into from
May 12, 2023

Conversation

marcelwa
Copy link
Collaborator

@marcelwa marcelwa commented May 12, 2023

Description

Use mold instead of ld for faster link times.

Checklist:

  • The pull request only contains commits that are related to it.
  • I have added appropriate tests and documentation.
  • I have made sure that all CI jobs on GitHub pass.
  • The pull request introduces no new warnings and follows the project's style guidelines.

@marcelwa marcelwa added github_actions Pull requests that update GitHub Actions code performance Performance improvements labels May 12, 2023
@marcelwa marcelwa self-assigned this May 12, 2023
@marcelwa marcelwa changed the title Mold ⚡ Use mold instead of ld for faster link times. May 12, 2023
@marcelwa marcelwa changed the title ⚡ Use mold instead of ld for faster link times. ⚡ Use mold instead of ld for faster link times May 12, 2023
@codecov
Copy link

codecov bot commented May 12, 2023

Codecov Report

Merging #210 (78267c3) into main (a994d21) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #210   +/-   ##
=======================================
  Coverage   94.25%   94.25%           
=======================================
  Files          82       82           
  Lines        7362     7362           
=======================================
  Hits         6939     6939           
  Misses        423      423           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a994d21...78267c3. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code performance Performance improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant