hw762
hw762
Is there something needs to be done?
Some existing packages require libraries to be preinstalled anyways. Is there something different for this package? For instance, cl-glfw3 and cl-sdl would just fail if their libraries are not found.
I tried various versions from `0.7.1` to `0.7.22` on my website, and in all the ones I tested I get an `app.js` of about 73KB. Lighthouse suggest about 30KB unused....
This happens not just with `stdafx.h`, but any headers that is intended to be a "common header" that includes a bunch of other header files.
I don't know what to think about having to annotate everything, but for now I will do it. Is there a way to keep "unused header" behavior, but allow indirect...
Header insertion is also a problem, because it sometimes breaks things when a certain include order is required. Take [volk](https://github.com/zeux/volk) as an example. This header is supposed to _replace_ the...
A quick minimal example doesn't reproduce. I'll give it a try later
I also encountered this issue, and solved (I hope) by `-DBUILD_STATIC=ON`
I would like to keep track of the size in development. Well, I can build the release and check myself, but this can be automated.