mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
feature: Enabling support for DisableDeepBind debug env in ocloc
Accepted debug env : NEO_OCLOC_DisableDeepBind=1 Related-To: NEO-14473 Signed-off-by: Chodor, Jaroslaw <jaroslaw.chodor@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
18435df04c
commit
a079a2654d
@@ -128,10 +128,10 @@ if(WIN32)
|
||||
)
|
||||
else()
|
||||
list(APPEND IGDRCL_SRCS_offline_compiler_tests
|
||||
${NEO_SHARED_DIRECTORY}/os_interface/linux/os_library_helper.cpp
|
||||
${NEO_SHARED_DIRECTORY}/os_interface/linux/os_thread_linux.cpp
|
||||
${NEO_SHARED_DIRECTORY}/os_interface/linux/sys_calls_linux.cpp
|
||||
${NEO_SHARED_TEST_DIRECTORY}/common/os_interface/linux/signal_utils.cpp
|
||||
${OCLOC_DIRECTORY}/source/linux/os_library_ocloc_helper.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/linux/ocloc_supported_devices_helper_linux_tests.cpp
|
||||
)
|
||||
list(REMOVE_ITEM IGDRCL_SRCS_offline_compiler_tests
|
||||
|
||||
Reference in New Issue
Block a user