ssnail

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

commit a053daca93d66dac3c7ed327e7535df0031a017b
parent 5e0f34a8c2cf6efa210a58b2c316b4fb9c4be01e
Author: Paco Esteban <paco@e1e0.net>
Date:   Fri, 28 Jul 2023 16:46:02 +0000

add compiler flags for nvim LSP

Diffstat:
Acompile_flags.txt | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/compile_flags.txt b/compile_flags.txt @@ -0,0 +1,12 @@ +-O2 +-pipe +-Wall +-Wextra +-Werror +-std=c11 +-pedantic +-I/usr/local/include +-I./ +-MD +-MP +-c