Skip to content

docs: Update toolchain requirement to C11

Emmanuele Bassi requested to merge ebassi/c11-toolchain-req-docs into main

We have required C99 for a while; in the meantime, most C toolchains have moved on to C11 or later as the default C standard.

We still allow for C99 toolchains, but in the future we are going to require a C11 toolchain to build and use GLib.

Merge request reports