summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a1144c9..afd3c77 100644
--- a/Makefile
+++ b/Makefile
@@ -46,11 +46,12 @@ OBJ := $(BUILDDIR)/obj
DEFAULT_CFLAGS := \
-g \
-Wall \
+ -Wformat=2 \
+ -Wimplicit-fallthrough \
-Wmissing-declarations \
-Wshadow \
-Wsign-compare \
- -Wstrict-prototypes \
- -Wimplicit-fallthrough
+ -Wstrict-prototypes
CFLAGS ?= $(DEFAULT_CFLAGS)
LDFLAGS ?=