ASAN on Windows
Some checks failed
Bigfoot / Build & Test RelWithDebInfo (push) Failing after 23s
Bigfoot / Build & Test Debug (push) Failing after 23s
Bigfoot / Clang Format Checks (push) Failing after 8s
Bigfoot / Build & Test Release (push) Failing after 17s

This commit is contained in:
2026-02-21 16:50:48 +01:00
parent b6c636b031
commit ef220716ab
8 changed files with 59 additions and 10 deletions

View File

@@ -5,8 +5,9 @@ compiler=msvc
compiler.version=195
compiler.cppstd=20
compiler.cstd=17
compiler.runtime=dynamic
compiler.runtime=static
build_type=Release
[conf]
tools.cmake.cmaketoolchain:extra_variables={'BIN2CPP_CXX_FLAGS': {'value': '/W4;/WX;', 'cache': True, 'type': 'STRING', 'docstring': 'CXX flags for Bigfoot', 'force': True}}
tools.cmake.cmaketoolchain:extra_variables*={'BIN2CPP_C_FLAGS': {'value': '/W4;/WX;', 'cache': True, 'type': 'STRING', 'docstring': 'C flags for Bigfoot', 'force': True}}