Skip to content

DEBUG Symbols leak in production? #629

@mattephi

Description

@mattephi

While doing assignment I usually use #define DEBUG to run a code with some debug checks and outputs, however, disabling my own definiton does not result in not defined DEBUG. Jumps to definition lead to the following place:

#if defined( _DEBUG ) && !defined( DEBUG )
#define DEBUG
#endif

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