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

Problematic build times #6

Closed
abergmeier opened this issue Dec 19, 2023 · 1 comment
Closed

Problematic build times #6

abergmeier opened this issue Dec 19, 2023 · 1 comment

Comments

@abergmeier
Copy link

When using this library, it seems to spawn gcc and builds for 30m+.
Why is that and can this offloaded/cached?

@diamondburned
Copy link
Owner

Why is that

See diamondburned/gotk4#53 (comment) and golang/go#9887 (comment).

can this offloaded/cached

It's already cached by the Go compiler, but only once the whole package has finished building. The longest offender is gtk/v4, so as soon as that's done, then you should be good.

Closing this since it's not something that I can directly address in gotk4-adwaita. It's either fixed in gotk4 or, most ideally, in the Go compiler (cmd/cgo) itself.

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

2 participants