選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

17 行
361B

  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. "-l:libssl.a",
  14. "-l:libcrypto.a",
  15. ],
  16. "optimize": true
  17. }