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

Remove c++ stack unwinding from Linux and macOS builds #72

Merged
merged 1 commit into from
Jan 18, 2025

Conversation

matyalatte
Copy link
Owner

At #63, I removed c++ exceptions from Linux and macOS builds. So, we don't need c++ stack unwinding as well. Linux and macOS binaries will be a little bit smaller by removing the stack unwinding. (Windows build still requires it because a subproject uses STL.)

@matyalatte matyalatte added the enhancement New feature or request label Jan 15, 2025
@matyalatte matyalatte merged commit 140afb9 into dev Jan 18, 2025
9 checks passed
@matyalatte matyalatte deleted the no_stack_unwinding branch January 18, 2025 07:59
@matyalatte matyalatte mentioned this pull request Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant