kDebugMode top-level constant

bool const kDebugMode

Whether running in debug mode.

Implementation

const bool kDebugMode = !kReleaseMode && !kProfileMode;