readr

Minimal Terminal RSS Reader
Log | Files | Refs | README | LICENSE

.clangd (254B)


      1 CompileFlags:
      2   Add: [
      3     -x,c,
      4     -Wall,
      5     -Wextra,
      6     -Wshadow,
      7     -Wpointer-arith,
      8     -Wcast-qual,
      9     -Wcast-align,
     10     -Wstrict-prototypes,
     11     -Wmissing-prototypes,
     12     -Wconversion,
     13     "-std=c23",
     14     -g,
     15     "-I/opt/homebrew/include"
     16   ]