aboutsummaryrefslogtreecommitdiff
path: root/binary_tarball
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-30 14:08:39 +0200
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-30 14:08:39 +0200
commited05c3f672e06a02e015e9cc71d9153ee1cff0b6 (patch)
tree1229eda43a44628dbc24c0a3bcd6d9c35c0063a4 /binary_tarball
parentwe should probably strip binaries, to avoid getting a 1.6G libxul.so (diff)
downloadlibrewolf-linux-ed05c3f672e06a02e015e9cc71d9153ee1cff0b6.tar.gz
librewolf-linux-ed05c3f672e06a02e015e9cc71d9153ee1cff0b6.tar.bz2
librewolf-linux-ed05c3f672e06a02e015e9cc71d9153ee1cff0b6.zip
try build without explicit gold; fix flatpak json
Diffstat (limited to 'binary_tarball')
-rwxr-xr-xbinary_tarball/scripts/4_Build_Binary_Tarball.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/binary_tarball/scripts/4_Build_Binary_Tarball.sh b/binary_tarball/scripts/4_Build_Binary_Tarball.sh
index 31e7fb0..202a0a9 100755
--- a/binary_tarball/scripts/4_Build_Binary_Tarball.sh
+++ b/binary_tarball/scripts/4_Build_Binary_Tarball.sh
@@ -64,7 +64,7 @@ END
else
cat >.mozconfig ${CI_PROJECT_DIR}/mozconfig - <<END
-ac_add_options --enable-linker=gold
+# ac_add_options --enable-linker=gold
END
fi
bgstack15