---

CompileFlags:
  Add: [
    -std=c23,
    "-I.",
    "-Ilinux/",
    "-Ibhdrs/",
    "-Iihdrs/",
    "-Iehdrs/",
    "-Ibtr/",

    "-Wall", "-Wextra", "-Wpedantic", "-Wformat", "-Wformat=2", "-Wconversion",
    "-Wfloat-equal",
    "-Werror=format-security",
    "-U_FORTIFY_SOURCE", "-D_FORTIFY_SOURCE=3",
    "-D_GLIBCXX_ASSERTIONS",
    "-fstrict-flex-arrays=3",
    "-fstack-clash-protection", "-fstack-protector-strong",
    "-fPIE", "-pie",
    "-pedantic-errors",
  ]
  Compiler: cc
