mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
qt6: fix mingw-w64 build
This commit is contained in:
parent
d25d5327e5
commit
a01a7a44cd
4 changed files with 3 additions and 39 deletions
1
3rdparty/llvm/CMakeLists.txt
vendored
1
3rdparty/llvm/CMakeLists.txt
vendored
|
@ -15,6 +15,7 @@ if(WITH_LLVM)
|
|||
option(LLVM_INCLUDE_TOOLS OFF)
|
||||
option(LLVM_INCLUDE_UTILS OFF)
|
||||
option(LLVM_CCACHE_BUILD ON)
|
||||
set(LLVM_ENABLE_WARNINGS OFF CACHE BOOL "Enable compiler warnings.")
|
||||
|
||||
if(WIN32)
|
||||
set(LLVM_USE_INTEL_JITEVENTS ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue