ssnail

crappy and opinionated static site generator
git clone https://git.e1e0.net/ssnail.git
Log | Files | Refs | README | LICENSE

compile_flags.txt (88B)


      1 -O2
      2 -pipe
      3 -Wall
      4 -Wextra
      5 -Werror
      6 -std=c11
      7 -pedantic
      8 -I/usr/local/include
      9 -I./
     10 -MD
     11 -MP
     12 -c