You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

freebsd-gcc-10.jsonc 361B

1234567891011121314151617
  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. }