mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-23 00:55:38 +00:00
Fix RPCS3 LLVM flag
This commit is contained in:
parent
6d5e89c285
commit
703fa8e8ac
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue