22 lines
263 B
Text
22 lines
263 B
Text
|
gcc
|
||
|
%c -std=c99
|
||
|
%h
|
||
|
-Iinclude
|
||
|
-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
|