Skip to content

Build without C++ exception #296

@16bit-ykiko

Description

@16bit-ykiko

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions