mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-22 08:35:39 +00:00
bump to LLVM 18
This commit is contained in:
parent
958a455d59
commit
1c8d48b233
|
@ -3,7 +3,7 @@ runtime: org.kde.Platform
|
||||||
runtime-version: '6.6'
|
runtime-version: '6.6'
|
||||||
sdk: org.kde.Sdk
|
sdk: org.kde.Sdk
|
||||||
sdk-extensions:
|
sdk-extensions:
|
||||||
- org.freedesktop.Sdk.Extension.llvm17
|
- org.freedesktop.Sdk.Extension.llvm18
|
||||||
command: rpcs3
|
command: rpcs3
|
||||||
rename-desktop-file: rpcs3.desktop
|
rename-desktop-file: rpcs3.desktop
|
||||||
rename-appdata-file: rpcs3.metainfo.xml
|
rename-appdata-file: rpcs3.metainfo.xml
|
||||||
|
@ -49,8 +49,8 @@ modules:
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
builddir: true
|
builddir: true
|
||||||
build-options:
|
build-options:
|
||||||
append-ld-library-path: /usr/lib/sdk/llvm17/lib
|
append-ld-library-path: /usr/lib/sdk/llvm18/lib
|
||||||
append-path: /usr/lib/sdk/llvm17/bin
|
append-path: /usr/lib/sdk/llvm18/bin
|
||||||
cflags: &optflags -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
|
cflags: &optflags -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
|
||||||
-grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
|
-grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
|
||||||
-fcf-protection -fno-omit-frame-pointer
|
-fcf-protection -fno-omit-frame-pointer
|
||||||
|
@ -76,7 +76,7 @@ modules:
|
||||||
- -DUSE_SYSTEM_ZLIB=ON
|
- -DUSE_SYSTEM_ZLIB=ON
|
||||||
- -Wno-dev
|
- -Wno-dev
|
||||||
post-install:
|
post-install:
|
||||||
- cp /usr/lib/sdk/llvm17/lib/libLLVM-17.so /app/lib/
|
- cp /usr/lib/sdk/llvm17/lib/libLLVM-18.so /app/lib/
|
||||||
- |-
|
- |-
|
||||||
set -eux
|
set -eux
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue