Closed GoogleCodeExporter closed 8 years ago
Depending on the settings you use with the closure compiler it will strip out
any functions that it thinks aren't referenced. The nature of glMatrix makes it
so that none of the functions cross-reference eachother, and as a result a full
closure compile will remove most of them as "unnecessary". As I recall, you
need to use the "simple" optimization setting for glMatrix to work.
Original comment by Tojiro@gmail.com
on 27 Feb 2011 at 4:36
Original issue reported on code.google.com by
oliviera...@gmail.com
on 18 Oct 2010 at 1:56