From aa451636d1a9ab71ef8d9109d1359e2b41e597df Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Tue, 28 Jun 2022 15:10:59 +0200 Subject: Enable release build again --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index 18dda69..4d099c9 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 0 +%global release_build 1 # 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. -- cgit