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

elimination of link time optimization will slow things down a little #5

Closed
squinkylabs opened this issue Sep 30, 2021 · 2 comments
Closed

Comments

@squinkylabs
Copy link
Contributor

These flags did make a noticeable difference in the efficiency of Kitchen Sink on windows. I don't know if I checked it in turned off or you did.

-flto

FLAGS += -finline-limit=500000 -finline-functions-called-once -flto

LDFLAGS += -flto

FLAGS +=
LDFLAGS +=

@kockie69 kockie69 added this to To Do in V2 migration Oct 1, 2021
@kockie69 kockie69 moved this from To Do to In progress in V2 migration Oct 1, 2021
@kockie69
Copy link
Owner

kockie69 commented Oct 3, 2021

Linker error was caused by -O0 in compiler. By switching back to the standard -O3 this was fixed.

@kockie69 kockie69 closed this as completed Oct 3, 2021
@kockie69 kockie69 moved this from In progress to Done in V2 migration Oct 3, 2021
@kockie69 kockie69 moved this from Done to Released in V2 migration Oct 3, 2021
@squinkylabs
Copy link
Contributor Author

ah! I must have checked in some debugging code by mistake. thanks!

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

No branches or pull requests

2 participants