* remove -finline-functions; it breaks the ubuntu build.
authorWilfried Göesgens <willi@citadel.org>
Tue, 20 Jul 2010 17:12:35 +0000 (17:12 +0000)
committerWilfried Göesgens <willi@citadel.org>
Tue, 20 Jul 2010 17:12:35 +0000 (17:12 +0000)
libcitadel/debian/rules

index e49968df514cefc6762a4483e462f6d64a7c87c6..36f994c38aee7f24003e942520a9891957a9d714 100755 (executable)
@@ -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