opus-java
opus-java copied to clipboard
native binaries are unstripped
While trying to reduce the size of my jar a little bit, I noticed that the natives are a little larger than I'd expect. I ran strip on the unpacked jar, repacked it, size went down from 2.2 to 1.2M. 1M may seem negligible, but it's a ~45% reduction, even with strip being unable to process the Linux-ARM/Darwin binaries.

Is this an oversight or intentional?