This commit is contained in:
parent
ef55d0543e
commit
49fcd30862
@ -58,7 +58,7 @@ ExclusiveArch: aarch64 ppc64le x86_64 s390x
|
|||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
ExclusiveArch: i586 i686
|
ExclusiveArch: i586 i686
|
||||||
BuildArch: i686
|
BuildArch: i686
|
||||||
%{expand:%%global optflags %(echo "%optflags"|sed -e s/i586/i686/) -march=i686 -mtune=generic -msse2}
|
%{expand:%%global optflags %(echo "%optflags"|sed -e s/i586/i686/) -Os -march=i686 -mtune=generic -msse2}
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%{expand:%%global optflags %(echo "%optflags"|sed -e s/-flto=auto//) }
|
%{expand:%%global optflags %(echo "%optflags"|sed -e s/-flto=auto//) }
|
||||||
@ -436,7 +436,7 @@ ac_add_options --enable-default-toolkit=cairo-gtk3
|
|||||||
%ifarch %ix86 %arm
|
%ifarch %ix86 %arm
|
||||||
ac_add_options --disable-debug-symbols
|
ac_add_options --disable-debug-symbols
|
||||||
%else
|
%else
|
||||||
ac_add_options --enable-debug-symbols=-g1
|
ac_add_options --enable-debug-symbols=-g0
|
||||||
%endif
|
%endif
|
||||||
ac_add_options --disable-install-strip
|
ac_add_options --disable-install-strip
|
||||||
# building with elf-hack started to fail everywhere with FF73
|
# building with elf-hack started to fail everywhere with FF73
|
||||||
|
Loading…
Reference in New Issue
Block a user