{ "$schema": "../res/toolchain-schema.json", "compiler_id": "gnu", "c_compiler": "gcc-9", "cxx_compiler": "g++-9", "warning_flags": [ "-Werror", ], "cxx_flags": [ "-fconcepts", "-std=c++2a", ], "link_flags": [ "-static-libgcc", "-static-libstdc++", "-l:libssl.a", "-l:libcrypto.a", "-ldl", ], "optimize": true }