libepoxy icon indicating copy to clipboard operation
libepoxy copied to clipboard

shave size by removing exceptions support

Open anholt opened this issue 5 years ago • 2 comments

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

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

anholt avatar May 13 '19 17:05 anholt

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

nwnk avatar May 16 '19 20:05 nwnk

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

anholt avatar May 16 '19 22:05 anholt