Closed liusuchao closed 3 months ago
不是说的库本身大小,是实际 link 后的可执行文件大小。
-rwxr-xr-x 1 ruki staff 67344 8 14 09:19 build/macosx/x86_64/release/demo
Bot detected the issue body's language is not English, translate it automatically.
It does not mean the size of the library itself, but the actual size of the executable file after linking.
-rwxr-xr-x 1 ruki staff 67344 8 14 09:19 build/macosx/x86_64/release/demo
Thank you very much for your reply. Very well.
Hello,
First of all, thank you for creating such a wonderful library that greatly simplifies our application development. It's fantastic!
I have a question regarding the GitHub homepage, which mentions compiling down to 64KB. I'm only able to achieve a compilation size of 180KB. Could you please help me understand how to compile it to 64KB?
Here are my compilation environment details:
Here are the commands I used for compilation:
Here are the logs printed during compilation:
Thank you!