diff options
author | Jan Horak <jhorak@redhat.com> | 2022-06-28 15:30:10 +0200 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2022-06-28 15:30:10 +0200 |
commit | 1ae08943fc0d8fcc8cfd2a181ba958acddc2a5df (patch) | |
tree | d504a800b0c170aeb1c1b6c2c62808e62c5dff5e | |
parent | Enable release build again (diff) | |
download | librewolf-fedora-ff-1ae08943fc0d8fcc8cfd2a181ba958acddc2a5df.tar.gz librewolf-fedora-ff-1ae08943fc0d8fcc8cfd2a181ba958acddc2a5df.tar.bz2 librewolf-fedora-ff-1ae08943fc0d8fcc8cfd2a181ba958acddc2a5df.zip |
Revert "Enable release build again"
This reverts commit aa451636d1a9ab71ef8d9109d1359e2b41e597df.
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 4d099c9..18dda69 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,6 +1,6 @@ # Produce a build suitable for release, i.e. use PGO/LTO. You can turn it off # when building locally to reduce build time. -%global release_build 1 +%global release_build 0 # Run Mozilla test suite as a part of compile rpm section. Turn off when # building locally and don't want to spend 24 hours waiting for results. |