-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tdlib large binary size issue #3226
Comments
Size of the binary depends on the build options, target architecture and operating system. For example, on Android the library size without debug symbols is 12-20 MB depending on the target architecture. You are building TDLib with default options and can use Also, the whole last block makes no sense, because you change compile and link options, but don't use the changed values afterwards. Also, make sure that you don't use non-conforming to C++ standard options like |
I've made changes and still the same result. |
Make sure that you change link and compile options before adding subdirectory. Otherwise, you changed nothing. |
Here's my CMakeLists.txt
The compiled binary size is around 40MB, what am I doing wrong?
The text was updated successfully, but these errors were encountered: