.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
]