mighty

The mighty programming language, compiler and tools (WIP)
Log | Files | Refs

.clangd (254B)



CompileFlags:
  Add: [
    -Wall,
    -Wextra,
    -Wpedantic,
    -Wshadow,
    -Wpointer-arith,
    -Wcast-qual,
    -Wcast-align,
    -Wstrict-prototypes,
    -Wmissing-prototypes,
    -Werror=declaration-after-statement, 
    -xc,
    -std=c23
    ]