summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2013-01-05 03:15:32 +0100
committerAxel Beckert <abe@deuxchevaux.org>2013-01-05 03:15:32 +0100
commit7a8da5965960bace9e6865a87652ef6629e1c317 (patch)
treebfd76da251ba344594fa3239515106a6b520c3bd
parenta9ee601d107aff34ff1f749bc1e519a11b320d73 (diff)
downloadzsh-7a8da5965960bace9e6865a87652ef6629e1c317.tar.gz
zsh-7a8da5965960bace9e6865a87652ef6629e1c317.zip
Remove manuall handling of DEB_BUILD_OPTIONS=noopt
dpkg-buildflags already takes care of this
-rwxr-xr-xdebian/rules6
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules
index ac0621119..edad3d03d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,12 +42,6 @@ ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
CONFIGFLAGS += --enable-zsh-debug --enable-zsh-mem-debug --enable-zsh-mem-warning --enable-zsh-secure-free --enable-zsh-hash-debug
endif
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-CFLAGS += -O0
-else
-CFLAGS += -O2
-endif
-
build: build-arch build-indep
build-stamp: stamp-configure
dh_testdir