Multiple typos
All checks were successful
Bin2CPP / Build & Test Debug (push) Successful in 1m0s
Bin2CPP / Build & Test RelWithDebInfo (push) Successful in 1m13s
Bin2CPP / Clang Format Checks (push) Successful in 8s
Bin2CPP / Build & Test Release (push) Successful in 40s

This commit is contained in:
2026-02-22 00:57:35 +01:00
parent 5e06848610
commit 42804dccb7
11 changed files with 32 additions and 33 deletions

View File

@@ -9,7 +9,7 @@ compiler.runtime=static
build_type=Debug
[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_CXX_FLAGS': {'value': '/W4;/WX', 'cache': True, 'type': 'STRING', 'docstring': 'CXX flags for Bin2CPP', 'force': True}}
tools.cmake.cmaketoolchain:user_toolchain+={{profile_dir}}/msvc_ccache.cmake
tools.build:exelinkflags=["/INCREMENTAL:NO"]