templates/c/compile_flags.txt
2024-05-06 23:40:01 +02:00

19 lines
210 B
Plaintext

-std=c99
-pedantic
-pipe
-Wall
-Wcast-qual
-Wconversion
-Werror=return-type
-Werror=vla-larger-than=0
-Wextra
-Wmissing-prototypes
-Wshadow
-Wstrict-prototypes
-Wwrite-strings
-O2
-march=native
-mtune=native