X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/dabc426afb4896850cf01bd8916ef1155b2d7652..9c15449d763c5e9449f306ae0c320b39375afc98:/debian/rules diff --git a/debian/rules b/debian/rules index 63319bb..d539af7 100755 --- a/debian/rules +++ b/debian/rules @@ -29,14 +29,6 @@ export CFLAGS CPPFLAGS CXXFLAGS LDFLAGS # Options to configure. This can be overridden by the caller if necessary. CONFIGURE=--prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --mandir=/usr/share/man --with-browser=${browser} cgiexecdir="${cgiexecdir}" httpdir="${httpdir}" -# Set DEB_BUILD_OPTIONS=noopt to produce a non-optimized build. -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) -CFLAGS=-O0 -g -else -CFLAGS=-O2 -g -endif -export CFLAGS - # Install commands. You wouldn't normally override these. INSTALL=install INSTALL_DATA=$(INSTALL) -p -o root -g root -m 644