jpp/lab1/zad7/.ccls

22 lines
263 B
Text
Raw Normal View History

2024-03-08 12:01:33 +01:00
gcc
%c -std=c99
%h
2024-03-08 12:20:54 +01:00
-Iinclude
2024-03-08 12:01:33 +01:00
-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