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

shave size by removing exceptions support #206

Open
anholt opened this issue May 13, 2019 · 2 comments
Open

shave size by removing exceptions support #206

anholt opened this issue May 13, 2019 · 2 comments

Comments

@anholt
Copy link
Owner

anholt commented May 13, 2019

Noticed while looking at someone else's CFLAGS, might be particularly promising for us:

https://www.chromium.org/chromium-os/build/c-exception-support

@nwnk
Copy link
Collaborator

nwnk commented May 16, 2019

I think that would break passing a callback to glDebugMessageCallbackARB if said passed function (called C++ code that) threw an exception.

@anholt
Copy link
Owner Author

anholt commented May 16, 2019

Yeah, I had that thought too, but that seemed like a reasonable tradeoff.

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

No branches or pull requests

2 participants