From b2719c447b5857ea0769a5b8cfec4797400b3d41 Mon Sep 17 00:00:00 2001 From: Adam Cetnerowski Date: Wed, 8 Jul 2020 15:55:07 +0200 Subject: [PATCH] Update disclaimers for debug variables in release builds Change-Id: Ibade15f84da25c5d4a0c7a300d0a78be0dbd06ad Signed-off-by: Adam Cetnerowski --- shared/source/debug_settings/release_variables.inl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.")