diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-01-05 03:15:32 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-01-05 03:15:32 +0100 |
commit | 7a8da5965960bace9e6865a87652ef6629e1c317 (patch) | |
tree | bfd76da251ba344594fa3239515106a6b520c3bd | |
parent | a9ee601d107aff34ff1f749bc1e519a11b320d73 (diff) | |
download | zsh-7a8da5965960bace9e6865a87652ef6629e1c317.tar.gz zsh-7a8da5965960bace9e6865a87652ef6629e1c317.zip |
Remove manuall handling of DEB_BUILD_OPTIONS=noopt
dpkg-buildflags already takes care of this
-rwxr-xr-x | debian/rules | 6 |
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 |