mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 03:40:05 +00:00
Add additional armv8 profiles
This commit is contained in:
parent
8e11ae5efd
commit
517ec9b266
4 changed files with 32 additions and 0 deletions
8
tools/conan/profiles/scwx-linux_clang-17_armv8
Normal file
8
tools/conan/profiles/scwx-linux_clang-17_armv8
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[settings]
|
||||
arch=armv8
|
||||
build_type=Release
|
||||
compiler=clang
|
||||
compiler.cppstd=20
|
||||
compiler.libcxx=libstdc++11
|
||||
compiler.version=17
|
||||
os=Linux
|
||||
8
tools/conan/profiles/scwx-linux_gcc-12_armv8
Normal file
8
tools/conan/profiles/scwx-linux_gcc-12_armv8
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[settings]
|
||||
arch=armv8
|
||||
build_type=Release
|
||||
compiler=gcc
|
||||
compiler.cppstd=20
|
||||
compiler.libcxx=libstdc++11
|
||||
compiler.version=12
|
||||
os=Linux
|
||||
8
tools/conan/profiles/scwx-linux_gcc-13_armv8
Normal file
8
tools/conan/profiles/scwx-linux_gcc-13_armv8
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[settings]
|
||||
arch=armv8
|
||||
build_type=Release
|
||||
compiler=gcc
|
||||
compiler.cppstd=20
|
||||
compiler.libcxx=libstdc++11
|
||||
compiler.version=13
|
||||
os=Linux
|
||||
8
tools/conan/profiles/scwx-linux_gcc-14_armv8
Normal file
8
tools/conan/profiles/scwx-linux_gcc-14_armv8
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[settings]
|
||||
arch=armv8
|
||||
build_type=Release
|
||||
compiler=gcc
|
||||
compiler.cppstd=20
|
||||
compiler.libcxx=libstdc++11
|
||||
compiler.version=14
|
||||
os=Linux
|
||||
Loading…
Add table
Add a link
Reference in a new issue