mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Add note about debug symbols when building with CMake
@ -77,6 +77,9 @@ You can build raylib using either **CMake** or **Make**. Follow the steps below
|
||||
|
||||
- After building, the static library `libraylib.a` will be located in `Build/raylib/`
|
||||
|
||||
> [!IMPORTANT]
|
||||
> When using the NDK toolchain file, the output library always includes debug symbols, even in release mode. This is not an issue if you use the Android Gradle Plugin to package your APK. However, if you are packaging the APK manually, consider stripping unused symbols with NDK's `llvm-strip` before including the libraries in your release APK.
|
||||
|
||||
2. **Using Make**
|
||||
|
||||
- Navigate to the source folder:
|
||||
@ -100,7 +103,6 @@ You can build raylib using either **CMake** or **Make**. Follow the steps below
|
||||
|
||||
You might also find [this discussion](https://github.com/raysan5/raylib/issues/5114) helpful.
|
||||
|
||||
|
||||
> [!WARNING]
|
||||
> Your Android device may have a 64-bit CPU, but the installed OS could still be 32-bit. Make sure the selected ABI matches your device architecture.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user