mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-25 17:45:38 +00:00
Update to LLVM 16
This commit is contained in:
parent
e86ae565da
commit
2fc0467729
|
@ -3,7 +3,7 @@ runtime: org.kde.Platform
|
|||
runtime-version: 5.15-22.08
|
||||
sdk: org.kde.Sdk
|
||||
sdk-extensions:
|
||||
- org.freedesktop.Sdk.Extension.llvm15
|
||||
- org.freedesktop.Sdk.Extension.llvm16
|
||||
command: rpcs3
|
||||
rename-desktop-file: rpcs3.desktop
|
||||
rename-appdata-file: rpcs3.metainfo.xml
|
||||
|
@ -58,8 +58,8 @@ modules:
|
|||
buildsystem: cmake-ninja
|
||||
builddir: true
|
||||
build-options:
|
||||
append-ld-library-path: /usr/lib/sdk/llvm15/lib
|
||||
append-path: /usr/lib/sdk/llvm15/bin
|
||||
append-ld-library-path: /usr/lib/sdk/llvm16/lib
|
||||
append-path: /usr/lib/sdk/llvm16/bin
|
||||
cflags: &optflags -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
|
||||
-grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
|
||||
-fcf-protection -fno-omit-frame-pointer
|
||||
|
|
Loading…
Reference in a new issue