Wolfgang Rosenauer 2021-06-05 07:34:47 +00:00 committed by Git OBS Bridge
parent cc06761f2f
commit 7b9642bf40

View File

@ -513,9 +513,9 @@ ac_add_options --enable-optimize="-O1"
%ifarch x86_64
# LTO needs newer toolchain stack only (at least GCC 8.2.1 (r268506)
%if 0%{?suse_version} > 1500
ac_add_options --enable-lto
#ac_add_options --enable-lto
%if 0%{?do_profiling}
ac_add_options MOZ_PGO=1
#ac_add_options MOZ_PGO=1
%endif
%endif
%endif