Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Remove -fuse-linker-plugin since we do LTO before the linker is invoked#647

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
antoyo wants to merge7 commits intomaster
base:master
Choose a base branch
Loading
fromremove-fuse-linker-plugin

Conversation

antoyo
Copy link
Contributor

No description provided.

@antoyoantoyoforce-pushed theremove-fuse-linker-plugin branch from7e1bec9 to2a5f980CompareMay 9, 2025 11:55
@@ -279,6 +281,15 @@ fn fat_lto(
context.set_optimization_level(to_gcc_opt_level(config.opt_level));
context.add_command_line_option("-flto=auto");
context.add_command_line_option("-flto-partition=one");
context.add_driver_option("-flto=auto");
context.add_driver_option("-flto-partition=one");
// FIXME: we apparently generate fat objects since we had trouble with a sync:
Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

Fix this first.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@antoyo

[8]ページ先頭

©2009-2025 Movatter.jp