X-Git-Url: https://code.delx.au/spectrwm/blobdiff_plain/ebb72d68f2e0cf5f5d921f98f7c2f0f9e118ae6f..9929a1091c655605a6446f6934daa20215b1423e:/Makefile diff --git a/Makefile b/Makefile index 3ab3d06..a409669 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ PROG=spectrwm #MAN=spectrwm_pt.1 spectrwm_ru.1 spectrwm_es.1 spectrwm_it.1 MAN=spectrwm.1 -CFLAGS+=-std=gnu89 -Wall -Wno-uninitialized -g +CFLAGS+=-std=gnu89 -Wall -Wextra -Wshadow -Wno-uninitialized -g # Uncomment define below to disallow user settable clock format string #CFLAGS+=-DSWM_DENY_CLOCK_FORMAT CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2