mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2025-02-01 04:55:39 +00:00
Merge pull request #1368 from j8r/fix-RPCS3-LLVM-flag
Fix RPCS3 LLVM flag
This commit is contained in:
commit
0561e22462
|
@ -74,7 +74,7 @@ modules:
|
||||||
ldflags: -fuse-ld=lld
|
ldflags: -fuse-ld=lld
|
||||||
config-opts:
|
config-opts:
|
||||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
- -DBUILD_LLVM_SUBMODULE=ON
|
- -DBUILD_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 +95,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: 7081b89e976ad7f931c926022bd93ddd9778347c
|
commit: f0e36c63653d30edaae21b76c8b48a0b7fd236c1
|
||||||
- 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