fix clang
Some checks failed
Bigfoot / Build & Test Debug (push) Successful in 50s
Bigfoot / Build & Test RelWithDebInfo (push) Successful in 1m2s
Bigfoot / Clang Format Checks (push) Failing after 9s
Bigfoot / Build & Test Release (push) Successful in 34s

This commit is contained in:
2026-02-21 16:54:10 +01:00
parent ef220716ab
commit 90e67de0fc
3 changed files with 6 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ 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]