Why is raylib Release build for Android larger than Debug build? #4458
Unanswered
OussamaTeyib
asked this question in
Q&A
Replies: 1 comment 7 replies
-
@OussamaTeyib Wait, is that a working cmake command for cross compiling to android? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I built Raylib for Android using CMake and noticed a large size difference between debug and release builds. The Debug build is around 7 MB, while the Release build is 12 MB.
Here’s the command I used:
Is it normal for the Release build to be nearly twice the size of the Debug build? Any tips on reducing the release build size?
Beta Was this translation helpful? Give feedback.
All reactions