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 DEBUG build performance #511

Open
ThymoNL opened this issue Sep 12, 2019 · 0 comments
Open

Improve DEBUG build performance #511

ThymoNL opened this issue Sep 12, 2019 · 0 comments

Comments

@ThymoNL
Copy link
Member

ThymoNL commented Sep 12, 2019

Right now a lot of information is logged and printed when running a debug build.
This results in a huge performance drop.

We should evaluate everything that's turned on in a debug build and determine if it's still useful to us. Some stuff can be taken out completely or have some additional conditions before it gets compiled in or executed.

For example we could turn debug logging on per subsystem instead of everything all at once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant