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

Improve space performance of swiftly binaries #212

Open
cmcgee1024 opened this issue Jan 30, 2025 · 2 comments
Open

Improve space performance of swiftly binaries #212

cmcgee1024 opened this issue Jan 30, 2025 · 2 comments

Comments

@cmcgee1024
Copy link
Member

The swiftly binaries can be quite large. Decreasing their size can improve download times, especially over slower connections.

It is possible that these linker flags could yield smaller binaries for swiftly:

--experimental-lto-mode=full -Xswiftc -experimental-hermetic-seal-at-link
@xtremekforever
Copy link

Is -experimental-hermetic-seal-at-link working for Linux ELF binaries yet?

@rauhul
Copy link
Member

rauhul commented Jan 30, 2025

I've only ever used it for macho

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

No branches or pull requests

3 participants