mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
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:
committed by
sys_ocldev
parent
9f7a97ac5b
commit
a199ae4d8b
@@ -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
|
||||
Reference in New Issue
Block a user