lime icon indicating copy to clipboard operation
lime copied to clipboard

is it possible to compile `.a` android library with lime?

Open Sirox228 opened this issue 2 years ago • 2 comments

i just realized, that if i use .a libs, for some reason performance of the app is better, thats why i'm asking for this. So is there any flag for it? if answer is no, then, i think that i should make a feature request or smth?

P.S. if you have questions about how i found out that .a have better performance than .so, if lime can't do so, then: i'm using linc_luajit in my app and i compiled luajit libs using make with my hands and suddenly found out that performance became better

Sirox228 avatar Oct 11 '22 14:10 Sirox228

Did you try compiling a .so file using Make?

player-03 avatar Oct 18 '22 01:10 player-03

make compiling for both .so and .a at the same time, so maybe it can, i'll try

Sirox228 avatar Oct 18 '22 04:10 Sirox228