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

How to make the external libs only build once? #52

Open
UkonnRa opened this issue Dec 25, 2018 · 1 comment
Open

How to make the external libs only build once? #52

UkonnRa opened this issue Dec 25, 2018 · 1 comment

Comments

@UkonnRa
Copy link

UkonnRa commented Dec 25, 2018

Every time I change the code, I have to wait for a long time to build all the external libs(assimp, especially).
I hope you can try to avoid the unnecessary building work.

@Polytonic
Copy link
Owner

Hm, you shouldn't be recompiling dependencies on code changes -- does your development environment or text editor fiddle with files on save?

You'll have to link on each build, but that's a necessary consequence of static linking.

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