mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
2 lines
167 B
Makefile
2 lines
167 B
Makefile
INFIX_CFLAGS:=-Wall -Werror -Wextra -Wno-unused-parameter -Wformat=2 -Wformat-overflow=2 -Winit-self -Wstrict-overflow=4 -Wno-format-truncation -Wno-format-nonliteral
|