mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 13:54:58 +08:00
Disable APPVERIFIER by default
Change-Id: Ia77fb22676d5231a7b4350857b60e8370ac3cd69
This commit is contained in:
committed by
sys_ocldev
parent
45a0ceecfb
commit
467dc6d06c
@@ -454,7 +454,7 @@ set(CMAKE_SKIP_RPATH YES CACHE BOOL "" FORCE )
|
||||
|
||||
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -D_DEBUG")
|
||||
|
||||
option(APPVERIFIER_ALLOWED "allow use of AppVerifier" TRUE)
|
||||
option(APPVERIFIER_ALLOWED "allow use of AppVerifier" OFF)
|
||||
|
||||
option(CCACHE_ALLOWED "allow use of ccache" TRUE)
|
||||
find_program(CCACHE_EXE_FOUND ccache)
|
||||
|
||||
@@ -17,7 +17,7 @@ components:
|
||||
branch: infra
|
||||
clean_on_sync: true
|
||||
dest_dir: infra
|
||||
revision: 9373e34308fe8047d71316662d06fcb32589abcb
|
||||
revision: 6bf3edbe9f0222b564fa9ad08c7def587ef83382
|
||||
type: git
|
||||
internal:
|
||||
branch: master
|
||||
|
||||
Reference in New Issue
Block a user