From 1784ded7dd23c5ea13562cb66e6ebbf0473bae09 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Sun, 29 Mar 2020 15:19:03 +0200 Subject: [PATCH] try profiling without =cross --- binary_tarball/scripts/4_Build_Binary_Tarball.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/binary_tarball/scripts/4_Build_Binary_Tarball.sh b/binary_tarball/scripts/4_Build_Binary_Tarball.sh index c8b70b8..4c08380 100755 --- a/binary_tarball/scripts/4_Build_Binary_Tarball.sh +++ b/binary_tarball/scripts/4_Build_Binary_Tarball.sh @@ -34,11 +34,6 @@ fi # LTO needs more open files ulimit -n 4096 -# -fno-plt with cross-LTO causes obscure LLVM errors -# LLVM ERROR: Function Import: link error -CFLAGS="${CFLAGS/-fno-plt/}" -CXXFLAGS="${CXXFLAGS/-fno-plt/}" - # Prevents build from breaking in CI/CD environments export SHELL=/bin/bash; @@ -69,7 +64,12 @@ END else cat >.mozconfig ${CI_PROJECT_DIR}/mozconfig - <.mozconfig ${CI_PROJECT_DIR}/mozconfig - <