isInRelease top-level constant

bool const isInRelease

Returns true if the current code is executing in release mode

Implementation

const bool isInRelease = kReleaseMode;