-
-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Description
Hi, cpptrace currently requires exception handling, but some projects add -fno-exceptions globally, which breaks the build. Could you add a CMake option (or preprocessor macro) to build cpptrace with exceptions disabled (no try/catch/throw), and fall back to std::terminate() instead or only build files without these syntax?
Metadata
Metadata
Assignees
Labels
No labels