sic

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

.clangd (354B)



CompileFlags:
    Add: [
            #-Wall,
            #-Wextra,
            #-Wpedantic,
            -Wshadow,
            -Wpointer-arith,
            -Wcast-qual,
            -Wcast-align,
            -Wstrict-prototypes,
            -Wmissing-prototypes,
            # -Wconversion,
            -xc,
            -std=c99,
            -g,
        ]