opus-java icon indicating copy to clipboard operation
opus-java copied to clipboard

native binaries are unstripped

Open itsTyrion opened this issue 3 years ago • 0 comments

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.

image

Is this an oversight or intentional?

itsTyrion avatar May 05 '22 17:05 itsTyrion