Accepting request 500919 from mozilla:Factory

- remove legacy -Os optimization breaking gcc7/i586 (boo#1042090)

OBS-URL: https://build.opensuse.org/request/show/500919
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaThunderbird?expand=0&rev=180
This commit is contained in:
Dominique Leuenberger 2017-06-08 14:36:51 +00:00 committed by Git OBS Bridge
commit 11b4d6b502
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jun 4 07:31:01 UTC 2017 - wr@rosenauer.org
- remove legacy -Os optimization breaking gcc7/i586 (boo#1042090)
-------------------------------------------------------------------
Thu Jun 1 06:09:23 UTC 2017 - wr@rosenauer.org

View File

@ -223,9 +223,6 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%if 0%{?suse_version} > 1320
export CFLAGS="$CFLAGS -fno-delete-null-pointer-checks"
%endif
%if %{with mozilla_tb_optimize_for_size}
export CFLAGS="$CFLAGS -Os"
%endif
%ifarch ppc64 ppc64le
export CFLAGS="$CFLAGS -mminimal-toc"
%endif