ox

The Ox programming language, compiler and tools (WIP)
Log | Files | Refs | README | LICENSE

.clangd (348B)



CompileFlags:
  Add: [
    -Wall,
    -Wextra,
    -Wpedantic,
    -Wshadow,
    -Wpointer-arith,
    -Wcast-qual,
    -Wcast-align,
    -Wstrict-prototypes,
    -Wmissing-prototypes,
    # -Wconversion,
    -xc,
    -std=c17,
    -g,
    -I/opt/homebrew/opt/libgccjit/include,
    -L/opt/homebrew/opt/libgccjit/lib/gcc/current,
    -lgccjit
    ]