CompileFlags:
    Add:
      - -pedantic
      - -Wall
      - -Wextra
      - -Wold-style-cast
      - -Wsign-conversion
      - -Wsign-promo
      - -Wstrict-null-sentinel
      - -Wstrict-overflow=5
      - -Wswitch-default
      - -Wundef
      - -Werror
      - -Wno-unused
      - -std=c++23
    Compiler: g++
    CompilationDatabase: build
