summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 994962f..5d70c6e 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,14 @@ INSTALL ?= install
MKDIR ?= mkdir -p
RM ?= rm -f
-DEFAULT_CFLAGS ?= -g -Wall -Wmissing-declarations -Wshadow -Wsign-compare -Wstrict-prototypes
+DEFAULT_CFLAGS := \
+ -g \
+ -Wall \
+ -Wmissing-declarations \
+ -Wshadow \
+ -Wsign-compare \
+ -Wstrict-prototypes \
+ -Wimplicit-fallthrough
CFLAGS ?= $(DEFAULT_CFLAGS)
LDFLAGS ?=