aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-01-30 23:24:27 +0000
committerHarry Jeffery <harry@exec64.co.uk>2019-01-30 23:24:27 +0000
commit527cc9ef36106c53c1691ffcf91d5fee978aa576 (patch)
treecb2e429e97a877b6dbd15036a5143afbcae2339e /Makefile
parentc181e7ee9bf236b24cdf8bf4c413885366e713a3 (diff)
downloadimv-527cc9ef36106c53c1691ffcf91d5fee978aa576.tar.gz
Tweak default + CI build strictness
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58dce34..dabf722 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ MANPREFIX ?= $(PREFIX)/share/man
DATAPREFIX ?= $(PREFIX)/share
CONFIGPREFIX ?= /etc
-CFLAGS ?= -W -Wall -pedantic -Wmissing-prototypes
+CFLAGS ?= -W -Wall -Wextra -Wpedantic -Wpointer-arith -Wstrict-prototypes -Wshadow
CFLAGS += -std=c99
CPPFLAGS += $(shell sdl2-config --cflags) -D_XOPEN_SOURCE=700
LIBS := $(shell sdl2-config --libs)