diff --git a/.clangd b/.clangd new file mode 100644 index 0000000..4d84c85 --- /dev/null +++ b/.clangd @@ -0,0 +1,4 @@ +Diagnostics: + UnusedIncludes: None +Completion: + HeaderInsertion: Never diff --git a/compile_flags.txt b/compile_flags.txt new file mode 100644 index 0000000..db9e884 --- /dev/null +++ b/compile_flags.txt @@ -0,0 +1,22 @@ +-std=c99 +-Wno-unused-includes +-Wall +-Wextra +-Wduplicated-branches +-Wduplicated-cond +-Wformat=2 +-Wmissing-include-dirs +-Wshadow +-Werror=return-type +-Werror=pointer-arith +-Werror=init-self +-Werror=incompatible-pointer-types +-O0 +-g3 +-Isrc +-Iinclude +-Idependencies/BearSSL/inc +-Idependencies/tlibc/include +-Idependencies/tlibtoml/include +-Idependencies/tsqlite/include +-Idependencies/tim/include \ No newline at end of file