Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

DEBUG Symbols leak in production? #629

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
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions