add the rest of the flags (need to figure out a better way to do this)

This commit is contained in:
jacekpoz 2024-02-12 00:57:52 +01:00
parent e3bdb80e91
commit e0edbc83d6
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

17
.ccls
View file

@ -3,3 +3,20 @@ gcc
%h %h
-Iinclude -Iinclude
-D_GNU_SOURCE -D_GNU_SOURCE
-Wall
-Wextra
-Wpedantic
-Wstrict-aliasing
-Wfloat-equal
-Wundef
-Wshadow
-Wpointer-arith
-Wcast-align
-Wstrict-prototypes
-Wstrict-overflow=5
-Wwrite-strings
-Wcast-qual
-Wswitch-default
-Wswitch-enum
-Wconversion
-Wunreachable-code