added clangd config

This commit is contained in:
2026-02-21 11:04:00 +05:00
parent 5c91359f1c
commit 794a4b74e8
2 changed files with 26 additions and 0 deletions

22
compile_flags.txt Normal file
View File

@@ -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