Merge pull request #1299 from flathub/chore/llvm-15

chore: upgrade to LLVM 15
This commit is contained in:
Lctrs 2023-04-08 11:47:57 +02:00 committed by GitHub
commit 54b5aa39a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ runtime: org.kde.Platform
runtime-version: 5.15-22.08 runtime-version: 5.15-22.08
sdk: org.kde.Sdk sdk: org.kde.Sdk
sdk-extensions: sdk-extensions:
- org.freedesktop.Sdk.Extension.llvm14 - org.freedesktop.Sdk.Extension.llvm15
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
@ -58,8 +58,8 @@ modules:
buildsystem: cmake-ninja buildsystem: cmake-ninja
builddir: true builddir: true
build-options: build-options:
append-ld-library-path: /usr/lib/sdk/llvm14/lib append-ld-library-path: /usr/lib/sdk/llvm15/lib
append-path: /usr/lib/sdk/llvm14/bin append-path: /usr/lib/sdk/llvm15/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