[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[libreoffice] 09/15: enable lto



This is an automated email from the git hooks/post-receive script.

sweetshark-guest pushed a commit to branch ubuntu-utopic-4.3
in repository libreoffice.

commit 3c74f00e73ca4c92753d62e13c3f5786006a4752
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date:   Sat Sep 13 12:51:36 2014 +0200

    enable lto
---
 rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/rules b/rules
index c9585f8..5345921 100755
--- a/rules
+++ b/rules
@@ -446,6 +446,7 @@ ifeq "$(USE_UCPP)" "y"
   SYSTEM_STUFF += ucpp
 endif
 ENABLE_MERGELIBS=n
+ENABLE_LTO=n
 USE_OPENCL=y
 #10:15 <@_rene_> ahunt: I remember you wanted to do some endian things? did it 
 #                ever get done?
@@ -1585,6 +1586,10 @@ ifeq ($(ENABLE_MERGELIBS),y)
 	CONFIGURE_FLAGS += --enable-mergelibs
 endif
 
+ifeq ($(ENABLE_LTO),y)
+	CONFIGURE_FLAGS += --enable-lto
+endif
+
 ifneq "$(WHEEZY_BACKPORT)" "y"
   DEJAVU_DEPENDS=fonts-dejavu
 else

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git


Reply to: