Polytonic / Glitter

Dead Simple OpenGL
http://polytonic.github.io/Glitter/
2.46k stars 416 forks source link

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

Open UkonnRa opened 5 years ago

UkonnRa commented 5 years ago

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 commented 5 years ago

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.