diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-01-05 03:38:29 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-01-05 03:38:29 +0100 |
commit | 0b48d60ae2b1535c2c575391de9445d7ffa65eb1 (patch) | |
tree | 015daf867487fea6d2fcd5c32c9d88b8c1cc99bc | |
parent | 4fe45240b92a5c48022c2deb0c11255ad59c8eba (diff) | |
download | zsh-0b48d60ae2b1535c2c575391de9445d7ffa65eb1.tar.gz zsh-0b48d60ae2b1535c2c575391de9445d7ffa65eb1.zip |
Split long debug CONFIGFLAGS line
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 74c79d375..21f50cdd1 100755 --- a/debian/rules +++ b/debian/rules @@ -39,7 +39,11 @@ STATICFLAGS += --disable-dynamic-nss endif 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 +CONFIGFLAGS += --enable-zsh-debug +CONFIGFLAGS += --enable-zsh-mem-debug +CONFIGFLAGS += --enable-zsh-mem-warning +CONFIGFLAGS += --enable-zsh-secure-free +CONFIGFLAGS += --enable-zsh-hash-debug endif build: build-arch build-indep |