From 1f32d86a9956d04254747f9da2693f3d846637ab Mon Sep 17 00:00:00 2001 From: mutantturkey Date: Wed, 22 Dec 2010 11:33:50 -0500 Subject: added -Wall to CFLAGS --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index ec568b6..b2c14c9 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # mocicon version -VERSION = 0.1.4 +VERSION = 0.1.5 # Customize below to fit your system @@ -17,7 +17,7 @@ INCS = -I. -I/usr/include ${GTKINC} LIBS = -L/usr/lib -lc ${GTKLIB} # flags CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -CFLAGS = -std=c99 -O2 ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -Wall -O2 ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS} # Solaris -- cgit v1.2.3