diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-01-21 22:05:10 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-01-21 22:05:10 +0000 |
commit | 1f0e01bac403ee8e85d3d02356eda9a9ef31660b (patch) | |
tree | cc49c19c5a44f0693f9dacf3085b7d50f8f4b7f1 | |
parent | 9caa2fc3aaa8e7160b5cbee6d56679ae9451a386 (diff) | |
download | xine-lib-1f0e01bac403ee8e85d3d02356eda9a9ef31660b.tar.gz xine-lib-1f0e01bac403ee8e85d3d02356eda9a9ef31660b.tar.bz2 |
Clean up DEB_BUILD_OPTIONS handling.
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules index f40f301ad..41b58b367 100755 --- a/debian/rules +++ b/debian/rules @@ -25,13 +25,7 @@ DEB_BUILD_CONFIG_OPTIONS := CFLAGS += -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 - DEB_BUILD_CONFIG_OPTIONS += --disable-optimizations -endif -INSTALL_TARGET := install -BUILD_TARGET := all -ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) - INSTALL_TARGET := install-debug - BUILD_TARGET := debug + DEB_BUILD_CONFIG_OPTIONS += --disable-optimizations --enable-debug endif ifneq (,$(findstring mips,$(DEB_HOST_GNU_TYPE))) |