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

ebitenmobile compile takes too long #1919

Closed
gongzhxu opened this issue Dec 28, 2021 · 3 comments
Closed

ebitenmobile compile takes too long #1919

gongzhxu opened this issue Dec 28, 2021 · 3 comments

Comments

@gongzhxu
Copy link

compile is too inefficient,is there ways to implement incremental compilation?

@hajimehoshi
Copy link
Owner

Unfortunately this is inevitable so far. I think the main reason is that Oto requires Oboe, which is written in C++.

https://github.com/hajimehoshi/oto/tree/main/internal/oboe

@jacobsalmela
Copy link
Sponsor Contributor

I have noticed it takes a while, too, but it's less of a hinderance when plugged into an automated pipeline. I just kick it off and look at other code until it's done.

@hajimehoshi
Copy link
Owner

The situation should be fixed by

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

3 participants