summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-01-19 15:14:26 +0100
committerMartin Stransky <stransky@redhat.com>2015-01-19 15:14:26 +0100
commit26623059aac29aa323b099ab8d32a85f3ea3a65a (patch)
tree786bcb9dfc7a087cd6042b1aa39df93d8dad0c0a /firefox-mozconfig
parentGtk3 - fixed tabs rendering (diff)
downloadlibrewolf-fedora-ff-26623059aac29aa323b099ab8d32a85f3ea3a65a.tar.gz
librewolf-fedora-ff-26623059aac29aa323b099ab8d32a85f3ea3a65a.tar.bz2
librewolf-fedora-ff-26623059aac29aa323b099ab8d32a85f3ea3a65a.zip
Enable release build config
Diffstat (limited to 'firefox-mozconfig')
-rw-r--r--firefox-mozconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 1823583..c0cda82 100644
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -34,6 +34,7 @@ ac_add_options --enable-chrome-format=omni
ac_add_options --enable-pulseaudio
ac_add_options --with-system-icu
ac_add_options --with-mozilla-api-keyfile=../mozilla-api-key
+ac_add_options --enable-release
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
bgstack15