Revert "Enable release build again"

This reverts commit aa451636d1.
This commit is contained in:
Jan Horak 2022-06-28 15:30:10 +02:00
parent aa451636d1
commit 1ae08943fc
1 changed files with 1 additions and 1 deletions

View File

@ -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.