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

Infrastructure: enable mold to be used in GCC 12+ #7188

Open
wants to merge 3 commits into
base: development
Choose a base branch
from

Conversation

vadi2
Copy link
Member

@vadi2 vadi2 commented Mar 16, 2024

Brief overview of PR changes/additions

Enable mold linker - which is quicker than the default one - to be used in GCC 12+

Motivation for adding to Mudlet

#5800 (comment)

Other info (issues closed, discussion etc)

Credit to https://github.com/heavyai/heavydb/blob/master/CMakeLists.txt#L119

@vadi2 vadi2 requested a review from a team as a code owner March 16, 2024 08:06
@@ -359,11 +359,17 @@ if(USE_3DMAPPER)
list(APPEND mudlet_HDRS glwidget.h)
endif(USE_3DMAPPER)

# credit to https://github.com/heavyai/heavydb/blob/master/CMakeLists.txt#L119
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link will become outdated once the lines in the current blob get rearranged. You may want to specify a specific version, or remove the line number, to avoid linking an unrelated line after all.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea, done.

@Mudlet Mudlet deleted a comment from add-deployment-links bot May 20, 2024
@vadi2
Copy link
Member Author

vadi2 commented May 20, 2024

create links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants