mirror of https://github.com/PCSX2/pcsx2.git
build.sh: Remove opencl.
This commit is contained in:
parent
edd949583a
commit
fb640cbdb9
2
build.sh
2
build.sh
|
@ -99,7 +99,7 @@ run_cppcheck()
|
|||
|
||||
define=""
|
||||
for undef in _WINDOWS _M_AMD64 _MSC_VER WIN32 __INTEL_COMPILER __x86_64__ \
|
||||
__SSE4_1__ __SSSE3__ __SSE__ __AVX2__ __USE_ISOC11 ASAN_WORKAROUND ENABLE_OPENCL ENABLE_OGL_DEBUG \
|
||||
__SSE4_1__ __SSSE3__ __SSE__ __AVX2__ __USE_ISOC11 ASAN_WORKAROUND ENABLE_OGL_DEBUG \
|
||||
XBYAK_USE_MMAP_ALLOCATOR MAP_ANONYMOUS MAP_ANON XBYAK_DISABLE_AVX512
|
||||
do
|
||||
define="$define -U$undef"
|
||||
|
|
Loading…
Reference in New Issue