Searched refs:DEBUG_ENABLE_SAFEMODE (Results 1 – 1 of 1) sorted by relevance
169 DEBUG_ENABLE_SAFEMODE = 1 << 3, enumerator213 const bool safe_mode = (runtime_flags & DEBUG_ENABLE_SAFEMODE) != 0; in EnableDebugFeatures()218 runtime_flags &= ~DEBUG_ENABLE_SAFEMODE; in EnableDebugFeatures()