summaryrefslogtreecommitdiff
path: root/libarchive/Makefile
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-11-28 17:51:27 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-11-28 17:51:27 +0100
commitae2be16f015cb0db7c5b6bd1669baaf53be702d1 (patch)
treec3741174f5f19cac05fbf721035669c637fa0150 /libarchive/Makefile
parent013b75b7d655115503397ea4284b776802605080 (diff)
downloadtuxcmd-modules-ae2be16f015cb0db7c5b6bd1669baaf53be702d1.tar.xz
Tune cflags and fix some warnings
Diffstat (limited to 'libarchive/Makefile')
-rw-r--r--libarchive/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/Makefile b/libarchive/Makefile
index 26b4502..7604186 100644
--- a/libarchive/Makefile
+++ b/libarchive/Makefile
@@ -7,7 +7,7 @@ DIR_LIBARCHIVE = ./libarchive-2.7.1
# compiler options
CC = gcc
CFLAGS = -I. -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