From 54deb36113a8e05a6cb8e207cf3232bb2460d962 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Sat, 3 Nov 2007 19:28:58 +0200 Subject: [PATCH] Set some flags --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index c316960..a3196af 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else - CFLAGS += -O2 + CFLAGS += -O2 -pipe -mcpu=arm926ej-s endif ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) @@ -32,7 +32,7 @@ configure-stamp: dh_testdir #./autogen.sh # Add here commands to configure the package. - CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --disable-static --enable-hildon --enable-770 --enable-itbtdbus + CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --disable-static --enable-hildon --enable-770 --enable-itbtdbus --sysconfdir=/etc touch configure-stamp build: build-stamp -- 2.39.5