[settings]
os=Windows
arch=x86_64
compiler=msvc
compiler.version=195
compiler.cppstd=20
compiler.cstd=17
compiler.runtime=static
build_type=Debug

[conf]
tools.build:cflags=["/Zc:preprocessor", "/Zc:__STDC__", "/D_CRT_DECLARE_NONSTDC_NAMES=1", "/fsanitize=address"]
tools.build:cxxflags=["/Zc:preprocessor", "/permissive-", "/Zc:__cplusplus", "/Zc:enumTypes", "/Zc:templateScope", "/EHs-c-", "/GR-", "/fsanitize=address"]

tools.build:defines=["_HAS_EXCEPTIONS=0"]

tools.env.virtualenv:powershell=powershell.exe

[tool_requires]
!cmake/*: cmake/4.3.2

[options]
bigfoot/*:asan=True
bigfoot/*:build_tests=True
