mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
Add new macro _RELEASE_BUILD_WITH_REGKEYS
Change-Id: I679a17e99d7928b3caf10f80a581fb386aaf7751
This commit is contained in:
committed by
sys_ocldev
parent
6f26ced3b5
commit
571babf1d5
@@ -37,7 +37,7 @@ enum class DebugFunctionalityLevel {
|
||||
|
||||
#if defined(_DEBUG)
|
||||
constexpr DebugFunctionalityLevel globalDebugFunctionalityLevel = DebugFunctionalityLevel::Full;
|
||||
#elif defined(_RELEASE_INTERNAL)
|
||||
#elif defined(_RELEASE_INTERNAL) || defined(_RELEASE_BUILD_WITH_REGKEYS)
|
||||
constexpr DebugFunctionalityLevel globalDebugFunctionalityLevel = DebugFunctionalityLevel::RegKeys;
|
||||
#else
|
||||
constexpr DebugFunctionalityLevel globalDebugFunctionalityLevel = DebugFunctionalityLevel::None;
|
||||
|
||||
Reference in New Issue
Block a user