From ae2be16f015cb0db7c5b6bd1669baaf53be702d1 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 28 Nov 2009 17:51:27 +0100 Subject: Tune cflags and fix some warnings --- zip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zip/Makefile') diff --git a/zip/Makefile b/zip/Makefile index 59a2534..eb45047 100644 --- a/zip/Makefile +++ b/zip/Makefile @@ -8,7 +8,7 @@ DIR_ZIPARCHIVE = ./ZipArchive/ CC = gcc CPP = g++ CFLAGS = -I. -I$(DIR_ZIPARCHIVE) -I/usr/include \ - -Wall -fPIC -O2 -g \ + -Wall -Wtype-limits -fPIC -O2 -g -ggdb \ -DG_DISABLE_DEPRECATED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE \ -D__VERBOSE_DEBUGx -- cgit v1.2.3