[Pkg-chromium-commit] [pkg-chromium] 02/03: armhf: try smaller build

Riku Voipio riku at moszumanska.debian.org
Thu Feb 22 14:48:12 UTC 2018


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

riku pushed a commit to branch experimental
in repository pkg-chromium.

commit 75cb36cd8f1dea0c7f02651a5c613c2b3f8ea7c4
Author: Riku Voipio <riku.voipio at linaro.org>
Date:   Thu Feb 22 16:06:47 2018 +0200

    armhf: try smaller build
    
    Buildd runs out of memory, lets see if minimal symbols helps
---
 debian/rules | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 7add743..86b5cb0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,11 @@ ifeq (arm64,$(DEB_HOST_ARCH))
 defines+=host_cpu=\"arm64\"
 endif
 ifeq (armhf,$(DEB_HOST_ARCH))
-defines+=host_cpu=\"arm\" arm_use_neon=false
+defines+=host_cpu=\"arm\" \
+		 arm_use_neon=false \
+		 blink_symbol_level=1 \
+		 symbol_level=1 \
+
 endif
 
 # disabled features

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



More information about the Pkg-chromium-commit mailing list