From d2985502c8e127e92518356896307474332bae82 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Tue, 20 Jul 2010 17:12:35 +0000 Subject: [PATCH] * remove -finline-functions; it breaks the ubuntu build. --- libcitadel/debian/rules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libcitadel/debian/rules b/libcitadel/debian/rules index e49968df5..36f994c38 100755 --- a/libcitadel/debian/rules +++ b/libcitadel/debian/rules @@ -9,8 +9,10 @@ export DH_COMPAT = 5 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -CFLAGS = -Wall -g -finline-functions -LDFALGS = -finline-functions +CFLAGS = -Wall -g +#-finline-functions +LDFALGS = +# -finline-functions ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 -ggdb -rdynamic -MD -MP -D DEBUG -D VALGRIND EXTRA_ARGS = --with-backtrace -- 2.30.2