1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 10:42:36 +01:00

Reset broken LLCM_CCACHE_BUILD change

This commit is contained in:
Ivan Chikish 2023-08-02 13:39:25 +03:00 committed by Ivan
parent 9ad7c8e95b
commit 15e2ec2cf0

View File

@ -14,8 +14,7 @@ if(WITH_LLVM)
option(LLVM_INCLUDE_TESTS OFF) option(LLVM_INCLUDE_TESTS OFF)
option(LLVM_INCLUDE_TOOLS OFF) option(LLVM_INCLUDE_TOOLS OFF)
option(LLVM_INCLUDE_UTILS OFF) option(LLVM_INCLUDE_UTILS OFF)
# we globally enable ccache option(LLVM_CCACHE_BUILD ON)
set(LLVM_CCACHE_BUILD OFF CACHE BOOL "Set to ON for a ccache enabled build")
if(WIN32) if(WIN32)
set(LLVM_USE_INTEL_JITEVENTS ON) set(LLVM_USE_INTEL_JITEVENTS ON)