elalish / manifold

Geometry library for topological robustness
Apache License 2.0
737 stars 69 forks source link

Build without exceptions #804

Open elalish opened 1 month ago

elalish commented 1 month ago

We did a fair bit of work to ensure Manifold worked with exceptions disabled, but I'm concerned that may have been broken in the time since. First step is to make sure at least one of our CI builds is without exceptions. If that doesn't work, let's see how we can fix it. WDYT @pca006132?

elalish commented 1 month ago

For reference: https://github.com/godotengine/godot/pull/91748