Skip to content

Establish preprocessor definitions for triggering send_debug #5

@nealkruis

Description

@nealkruis

Developers probably want to see debug messages when they are testing in release mode. We need a separate Courier definition (e.g., COURIER_DEBUG) that is off by default for release builds, but can be toggled on independent of NDEBUG.

We could also make a preprocessor macro that wraps send_debug in an #if statement to avoid unnecessary string operations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions