templates/c/compile_flags.txt

19 lines
210 B
Plaintext
Raw Normal View History

2024-05-06 21:40:01 +00:00
-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