您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

14 行
347B

  1. {
  2. "$schema": "../res/toolchain-schema.json",
  3. "compiler_id": "msvc",
  4. "flags": [
  5. "/Zc:preprocessor", // Required for range-v3
  6. "/DSPDLOG_COMPILED_LIB", // Required to use spdlog as a compiled lib
  7. "/std:c++latest",
  8. ],
  9. "link_flags": [
  10. "rpcrt4.lib",
  11. ],
  12. // "debug": true,
  13. "optimize": true
  14. }