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

Make optimized releases #39

Closed
myselfhimself opened this issue Jun 19, 2020 · 2 comments
Closed

Make optimized releases #39

myselfhimself opened this issue Jun 19, 2020 · 2 comments
Assignees

Comments

@myselfhimself
Copy link
Owner

myselfhimself commented Jun 19, 2020

Can be done for Linux (GCC) and MacOS (LLVM CLang) (and future Windows #5).
Will depend on auditwheel support for Linux targets for all optimization strategies.

Optimization combinable options:

  • Link-time optimization -flto (CLang & GCC)
  • Algorithmic optimization: -Ofast (CLang & GCC)

CLang command reference

@myselfhimself myselfhimself self-assigned this Jun 19, 2020
@myselfhimself
Copy link
Owner Author

Depends on #40

myselfhimself added a commit that referenced this issue Jun 24, 2020
myselfhimself added a commit that referenced this issue Jun 24, 2020
@myselfhimself
Copy link
Owner Author

Done

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

1 participant