Update disclaimers for debug variables in release builds
Change-Id: Ibade15f84da25c5d4a0c7a300d0a78be0dbd06ad Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
parent
af556aa65f
commit
b2719c447b
|
@ -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.")
|
||||
|
|
Loading…
Reference in New Issue