31 lines
789 B
Plaintext
31 lines
789 B
Plaintext
[settings]
|
|
os=Linux
|
|
arch=x86_64
|
|
compiler=clang
|
|
compiler.version=20
|
|
compiler.libcxx=libstdc++11
|
|
compiler.cppstd=20
|
|
compiler.cstd=17
|
|
compiler.runtime=static
|
|
build_type=Release
|
|
|
|
[conf]
|
|
tools.cmake.cmaketoolchain:user_toolchain+={{profile_dir}}/../Toolchains/ccache.cmake
|
|
tools.cmake.cmaketoolchain:user_toolchain+={{profile_dir}}/../Toolchains/ipo.cmake
|
|
tools.meson.mesontoolchain:extra_machine_files+={{profile_dir}}/../Toolchains/ipo.ini
|
|
|
|
tools.system.package_manager:mode=install
|
|
tools.system.package_manager:sudo=True
|
|
|
|
tools.build:exelinkflags=["-fuse-ld=mold"]
|
|
tools.build:sharedlinkflags=["-fuse-ld=mold"]
|
|
|
|
tools.build:compiler_executables={"c": "clang", "cpp": "clang++"}
|
|
|
|
tools.cmake.cmaketoolchain:generator=Ninja
|
|
|
|
[tool_requires]
|
|
!cmake/*: cmake/4.3.2
|
|
|
|
[buildenv]
|
|
CCACHE_NOHASHDIR=1 |