We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5114a21 commit a005f87Copy full SHA for a005f87
1 file changed
Makefile
@@ -57,7 +57,7 @@ endif
57
58
# Compiler and Linker Options
59
CFLAGS ?= -O2 -g
60
-CFLAGS += -Wall -Wtype-limits -Wunused-parameter
+CFLAGS += -Wall -Wtype-limits -Wunused-parameter -Werror -Wextra
61
CFLAGS += -fno-strict-aliasing # code needs a lot of work before strict aliasing is safe
62
CPPFLAGS += -D_GNU_SOURCE
63
# Turn on transparent support for LFS
0 commit comments