K keirS Well-Known Member Licensed User Longtime User Mar 3, 2018 #1 I have compiled some classes to a library. The source code size is 40kb. The .a file generated is 732kb. This seems very large? There are no dependencies other than iCore.
I have compiled some classes to a library. The source code size is 40kb. The .a file generated is 732kb. This seems very large? There are no dependencies other than iCore.
Erel B4X founder Staff member Licensed User Longtime User Mar 4, 2018 #2 The size of iCallSubUtils which is a small library is 120kb. I guess that your library is larger. Libraries are made of 3 binaries. 32 bit binary, 64 bit and a simulator binary. So the actual size is third of the file size. Upvote 0
The size of iCallSubUtils which is a small library is 120kb. I guess that your library is larger. Libraries are made of 3 binaries. 32 bit binary, 64 bit and a simulator binary. So the actual size is third of the file size.