Update to LLVM 16

This commit is contained in:
Julien Reichardt 2023-04-08 10:58:58 +02:00
parent e86ae565da
commit 2fc0467729
No known key found for this signature in database

View file

@ -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