summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-11-13 23:47:50 +0100
committerMartin Stransky <stransky@redhat.com>2018-11-13 23:47:50 +0100
commit0df34892083b8640cba9a456ce9f724ee2aa215d (patch)
tree696bc1ae742870ba14ba4a1e017d663cfd14f212 /firefox-mozconfig
parentBuild with clang/llvm (diff)
downloadlibrewolf-fedora-ff-0df34892083b8640cba9a456ce9f724ee2aa215d.tar.gz
librewolf-fedora-ff-0df34892083b8640cba9a456ce9f724ee2aa215d.tar.bz2
librewolf-fedora-ff-0df34892083b8640cba9a456ce9f724ee2aa215d.zip
Added an option to build with clang/llvm.
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index a64bb3d..44fe32c 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -15,8 +15,8 @@ ac_add_options --enable-pulseaudio
ac_add_options --with-system-icu
ac_add_options --with-mozilla-api-keyfile=../mozilla-api-key
ac_add_options --with-google-api-keyfile=../google-api-key
-ac_add_options --enable-release
ac_add_options --enable-pie
+ac_add_options --enable-release
ac_add_options --update-channel=release
# Workaround for mozbz#1341234
ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)"
bgstack15