From 54e9098cfb50bdaa58b288c4c6c8142659d6facd Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Thu, 21 Jan 2010 22:57:49 +0000 Subject: No need to set CFLAGS. --- debian/rules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 41b58b367..bdaa347f8 100755 --- a/debian/rules +++ b/debian/rules @@ -22,9 +22,7 @@ DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DEB_BUILD_CONFIG_OPTIONS := -CFLAGS += -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 DEB_BUILD_CONFIG_OPTIONS += --disable-optimizations --enable-debug endif @@ -72,8 +70,7 @@ CONFIGURE_FLAGS := \ --with-freetype \ --with-wavpack \ --enable-ipv6 \ - $(DEB_BUILD_CONFIG_OPTIONS) \ - CFLAGS="$(CFLAGS)" + $(DEB_BUILD_CONFIG_OPTIONS) configure: configure-stamp configure-stamp: -- cgit v1.2.3