Skip to content

Conversation

@rajabhargava21
Copy link

@rajabhargava21 rajabhargava21 commented Dec 8, 2025

Purpose

Change summary

  • Manifest and build config changes

  • Cmake Flags:

    -g2 (Debug symbols level 2): Includes debug information in the compiled binary like line numbers in stack traces, source file names, local variable information, function names and signatures.

    -O3 (Maximum optimization): Enables the highest level of compiler optimizations.

    -Wl,--build-id : Embeds a unique Build ID into the native library. Crashlytics uses Build ID to match crash reports with the correct symbol files.

Screenshots

Screenshot 2025-12-09 at 2 28 23 AM Screenshot 2025-12-09 at 2 29 14 AM

If PR contains any UI changes, screenshots must be attached to Jira ticket. Please confirm by selecting the checkbox below (not applicable for external people).

  • [✅ ] Screenshots attached

Copy link
Collaborator

@alexzfp alexzfp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please fix CI and remove obvious comment

Copy link
Collaborator

@alexzfp alexzfp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants