{ "$schema": "../res/toolchain-schema.json", "compiler_id": "msvc", "flags": [ "/Zc:preprocessor", // Required for range-v3 "/std:c++latest", ], "link_flags": [ "rpcrt4.lib", ], // "debug": true, "optimize": true }