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

Build rpcs3's AppImages with link time optimization #7796

Merged
merged 1 commit into from Mar 18, 2020

Conversation

hcorion
Copy link
Member

@hcorion hcorion commented Mar 18, 2020

This shrinks the size of the AppImages. This is the start of some work to try to make the size of the AppImages smaller.
On the clang build we now link with lld, and on GCC we now link with Gold.

For reference:
Master AppImage size:
49.3MiB
This PR AppImage size:
47.6MiB

On the clang build we now link with lld, and on GCC we now link with Gold
@Megamouse Megamouse added Build and CI Anything related to the build process and continuous integration OS: Linux labels Mar 18, 2020
@Nekotekina Nekotekina merged commit 6ec149d into RPCS3:master Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build and CI Anything related to the build process and continuous integration OS: Linux
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants