diff --git a/shared/source/debug_settings/release_variables.inl b/shared/source/debug_settings/release_variables.inl index 1fcb8e5983..965213b227 100644 --- a/shared/source/debug_settings/release_variables.inl +++ b/shared/source/debug_settings/release_variables.inl @@ -5,8 +5,9 @@ * */ -/*This file contains variables which are read in the release mode. - Adding variable here requires strong business need and management approval.*/ +/*This file contains debug variables which are read by release builds of the driver. (All other variables are read in debug builds only) + This is not a stable interface. Variables can be added, removed, modified at any time. + Variables are provided for experimentation. Do not use in production deployments. No support provided.*/ DECLARE_DEBUG_VARIABLE(bool, MakeAllBuffersResident, false, "Make all buffers resident after creation") DECLARE_DEBUG_VARIABLE(int32_t, OverrideDefaultFP64Settings, -1, "-1: dont override, 0: disable, 1: enable.")