30 lines
725 B
Plaintext
30 lines
725 B
Plaintext
[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.cmake.cmaketoolchain:user_toolchain+={{profile_dir}}/Toolchains/ccache.cmake
|
|
|
|
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
|
|
|
|
[buildenv]
|
|
CCACHE_NOHASHDIR=1
|