{
    "$schema": "../res/toolchain-schema.json",
    "compiler_id": "gnu",
    "c_compiler": "gcc10",
    "cxx_compiler": "g++10",
    "cxx_version": "c++20",
    "warning_flags": [
        "-Werror",
    ],
    "link_flags": [
        "-static-libgcc",
        "-static-libstdc++",
        "-l:libssl.a",
        "-l:libcrypto.a",
    ],
    "optimize": true
}