X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Frules;h=8eba169cf8cd367940043ffb15816c20e5d43f06;hp=f3532ed877ad86f8d1dad63f78af42d50a10e308;hb=ad7dd95f8e6b93b2db436e3131ca42e4a623d306;hpb=f067460b9a6be8c0890f6c9bbdd5a2fbf940121b diff --git a/debian/rules b/debian/rules index f3532ed..8eba169 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,6 @@ #!/usr/bin/make -f # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. -export DH_VERBOSE=1 - DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) @@ -17,7 +15,7 @@ build-stamp: ifeq ($(DEB_HOST_ARCH),ia64) patch -p1 < debian/bzero.patch endif - CFLAGS="-g -Wall" ./configure \ + CFLAGS="-g -O2 -Wall" ./configure \ --mandir='$${prefix}/share/man' \ --enable-secure-statd $(MAKE)