Glitter icon indicating copy to clipboard operation
Glitter copied to clipboard

How to make the external libs only build once?

Open UkonnRa opened this issue 5 years ago • 1 comments

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.

UkonnRa avatar Dec 25 '18 14:12 UkonnRa

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.

Polytonic avatar Dec 27 '18 01:12 Polytonic