mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2025-03-05 05:47:44 +00:00
Disable LLVM build
This commit is contained in:
parent
2fc0467729
commit
f14ebdf51c
|
@ -74,15 +74,13 @@ modules:
|
||||||
ldflags: -fuse-ld=lld
|
ldflags: -fuse-ld=lld
|
||||||
config-opts:
|
config-opts:
|
||||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
- -DBUILD_LLVM=ON
|
- -DBUILD_LLVM=OFF
|
||||||
- -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
|
||||||
- -DUSE_SYSTEM_FFMPEG=ON
|
- -DUSE_SYSTEM_FFMPEG=ON
|
||||||
- -DUSE_SYSTEM_LIBPNG=ON
|
- -DUSE_SYSTEM_LIBPNG=ON
|
||||||
- -DUSE_SYSTEM_ZLIB=ON
|
- -DUSE_SYSTEM_ZLIB=ON
|
||||||
- -DITTAPI_SOURCE_DIR=/run/build/rpcs3/ittapi
|
|
||||||
- -Wno-dev
|
- -Wno-dev
|
||||||
post-install:
|
post-install:
|
||||||
- |-
|
- |-
|
||||||
|
@ -97,14 +95,3 @@ modules:
|
||||||
url: https://github.com/RPCS3/rpcs3.git
|
url: https://github.com/RPCS3/rpcs3.git
|
||||||
branch: master
|
branch: master
|
||||||
commit: 195de818b686c598ee83cf7bac687f9a963074b6
|
commit: 195de818b686c598ee83cf7bac687f9a963074b6
|
||||||
- type: git
|
|
||||||
url: https://github.com/intel/ittapi.git
|
|
||||||
branch: master
|
|
||||||
commit: 4a3762fbc517475bfb0586efc513e51c164108c9
|
|
||||||
dest: ittapi/ittapi
|
|
||||||
disable-shallow-clone: true
|
|
||||||
# remove git-lfs hook
|
|
||||||
- type: inline
|
|
||||||
dest: ittapi/ittapi/.git/hooks
|
|
||||||
dest-filename: post-checkout
|
|
||||||
contents:
|
|
||||||
|
|
Loading…
Reference in a new issue