Skip to content
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

[PLAT-13303] Disable assertions on release build #1717

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Conversation

kstenerud
Copy link
Contributor

Goal

Disable assertions on release build. There's nothing in the library using assertions other than the API key check at the start, but if in future we do start using them more, it will be good to have them disabled on a release build.

Ref: #1705

Copy link

Bugsnag.framework binary size did not change - 669,112 bytes

    FILE SIZE        VM SIZE    
 --------------  -------------- 
  [ = ]       0  [ = ]       0    TOTAL

Generated by 🚫 Danger

@kstenerud kstenerud merged commit 96e48a6 into next Dec 19, 2024
45 checks passed
@kstenerud kstenerud deleted the PLAT-13303-ndebug branch December 19, 2024 13:51
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.

2 participants