summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>2007-11-20 19:10:16 +0000
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>2007-11-20 19:10:16 +0000
commit9dcb747e5296c41769c79b1373dac642a3e91ee2 (patch)
tree23a252f527827508e84b97914c0dc2d16d48d8d5 /debian/rules
parentab9d319d06b4dc6a6859f19518cf2319e0a197ee (diff)
downloadshadow-9dcb747e5296c41769c79b1373dac642a3e91ee2.tar.gz
compile with -W -Wall
large files are now supported by configure. Remove -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 from CFLAGS.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index a6f91218..c51d9682 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ endif
# Automatically controls patching at build time:
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-CFLAGS = -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
+CFLAGS = -g -W -Wall
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
else