Add linux-only switch to enable debug env variables read

Related-To: NEO-4941

Change-Id: I47ebddd5a902f20b79c37e18a49f0bba652fd119
Signed-off-by: Konstanty Misiak <konstanty.misiak@intel.com>
This commit is contained in:
Konstanty Misiak
2020-08-20 12:10:51 +02:00
committed by sys_ocldev
parent 9f7a97ac5b
commit a199ae4d8b
10 changed files with 219 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
/*
* Copyright (C) 2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/debug_settings/debug_variables_helper.h"
namespace NEO {
bool isDebugKeysReadEnabled() {
return false;
}
} // namespace NEO