mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
cmake: Set LLVM_INCLUDE_BENCHMARKS to OFF
This commit is contained in:
parent
f29709105f
commit
e735346d26
1 changed files with 1 additions and 0 deletions
1
3rdparty/llvm.cmake
vendored
1
3rdparty/llvm.cmake
vendored
|
@ -5,6 +5,7 @@ if(WITH_LLVM)
|
|||
set(LLVM_TARGETS_TO_BUILD "X86" CACHE INTERNAL "")
|
||||
option(LLVM_BUILD_RUNTIME OFF)
|
||||
option(LLVM_BUILD_TOOLS OFF)
|
||||
option(LLVM_INCLUDE_BENCHMARKS OFF)
|
||||
option(LLVM_INCLUDE_DOCS OFF)
|
||||
option(LLVM_INCLUDE_EXAMPLES OFF)
|
||||
option(LLVM_INCLUDE_TESTS OFF)
|
||||
|
|
Loading…
Add table
Reference in a new issue