mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-29 19:25:37 +00:00
Merge pull request #1392 from j8r/add-STATIC_LINK_LLVM=ON
Add `STATIC_LINK_LLVM=ON`
This commit is contained in:
commit
80769de727
|
@ -75,6 +75,7 @@ modules:
|
||||||
config-opts:
|
config-opts:
|
||||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
- -DBUILD_LLVM=ON
|
- -DBUILD_LLVM=ON
|
||||||
|
- -DSTATIC_LINK_LLVM=ON
|
||||||
- -DUSE_NATIVE_INSTRUCTIONS=OFF
|
- -DUSE_NATIVE_INSTRUCTIONS=OFF
|
||||||
- -DUSE_PRECOMPILED_HEADERS=OFF
|
- -DUSE_PRECOMPILED_HEADERS=OFF
|
||||||
- -DUSE_SYSTEM_CURL=ON
|
- -DUSE_SYSTEM_CURL=ON
|
||||||
|
@ -95,7 +96,7 @@ modules:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/RPCS3/rpcs3.git
|
url: https://github.com/RPCS3/rpcs3.git
|
||||||
branch: master
|
branch: master
|
||||||
commit: 7bec3b30b75146e9a6da8c03353b7719981136e2
|
commit: 9989fb4bbc8cc0e72795412a854c22b5face1cd8
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/intel/ittapi.git
|
url: https://github.com/intel/ittapi.git
|
||||||
branch: master
|
branch: master
|
||||||
|
|
Loading…
Reference in a new issue