mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
flatpak: enforce clang and lto
This commit is contained in:
parent
31b3f770f5
commit
b13d74caf9
2 changed files with 6 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ modules:
|
|||
prepend-ld-library-path: /usr/lib/sdk/llvm18/lib
|
||||
config-opts:
|
||||
- -DCMAKE_BUILD_TYPE=Release
|
||||
- -DCMAKE_C_COMPILER=clang
|
||||
- -DCMAKE_CXX_COMPILER=clang++
|
||||
- -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=On
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/PancakeTAS/lsfg-vk.git
|
||||
|
|
|
|||
|
|
@ -19,6 +19,9 @@ modules:
|
|||
prepend-ld-library-path: /usr/lib/sdk/llvm20/lib
|
||||
config-opts:
|
||||
- -DCMAKE_BUILD_TYPE=Release
|
||||
- -DCMAKE_C_COMPILER=clang
|
||||
- -DCMAKE_CXX_COMPILER=clang++
|
||||
- -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=On
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/PancakeTAS/lsfg-vk.git
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue