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

Reduce optimizations in release mode #20

Open
brson opened this issue May 15, 2022 · 1 comment
Open

Reduce optimizations in release mode #20

brson opened this issue May 15, 2022 · 1 comment

Comments

@brson
Copy link
Collaborator

brson commented May 15, 2022

Right now the production machine is tiny, and the build happens on that machine, and the build takes a long time, and the program is I/O bound so I don't care about how optimized it is.

Some things to change:

  • incremental compilation on
  • LTO off
  • opt-level 2
  • debug symbols off
@brson
Copy link
Collaborator Author

brson commented May 15, 2022

For both realtps_web and realtps_import.

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