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

15 行
311B

  1. {
  2. "$schema": "../res/toolchain-schema.json",
  3. "compiler_id": "gnu",
  4. "c_compiler": "gcc10",
  5. "cxx_compiler": "g++10",
  6. "cxx_version": "c++20",
  7. "warning_flags": [
  8. "-Werror",
  9. ],
  10. "link_flags": [
  11. "-static-libgcc",
  12. "-static-libstdc++"
  13. ],
  14. "optimize": true
  15. }