diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-30 14:08:39 +0200 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-30 14:08:39 +0200 |
commit | ed05c3f672e06a02e015e9cc71d9153ee1cff0b6 (patch) | |
tree | 1229eda43a44628dbc24c0a3bcd6d9c35c0063a4 /binary_tarball | |
parent | we should probably strip binaries, to avoid getting a 1.6G libxul.so (diff) | |
download | librewolf-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-x | binary_tarball/scripts/4_Build_Binary_Tarball.sh | 2 |
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 |