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

@@ -23,6 +23,8 @@ tools.build:sharedlinkflags=["-fuse-ld=mold", "-flto"]
tools.build:cflags=["-flto"]
tools.build:cxxflags=["-flto"]
tools.build:compiler_executables={"c": "clang", "cpp": "clang++"}
tools.cmake.cmaketoolchain:generator=Ninja
[tool_requires]