fix: update ccls options

This commit is contained in:
thetek 2023-06-24 10:48:20 +02:00
parent f72c871e5c
commit bd59b7ec7d
1 changed files with 9 additions and 0 deletions

9
.ccls
View File

@ -8,6 +8,15 @@ gcc
-Wshadow
-Wcast-qual
-Wmissing-prototypes
-Wmissing-noreturn
-Wredundant-decls
-Wdisabled-optimization
-Wunsafe-loop-optimizations
-Wcast-align=strict
-Winline
-Wvla
-Wlogical-op
-Wdate-time
-Werror
-pedantic
-DDEBUG