Skip to content

Compile out expensive debugs from Debug configuration #530

Open
@xezon

Description

@xezon

Right now, Debug is abysmally slow on game boot. Identify slow debugs on load and frame and gate them behind cmake options. An obvious offender is MEMORYPOOL_DEBUG, that collects stack traces on pool creation, and stalls the application boot for minutes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DebugIs mostly debug functionalityMinorSeverity: Minor < Major < Critical < Blocker

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions