remove -fno-lifetime-dse
This commit is contained in:
parent
2688384d4f
commit
a9d101a0aa
@ -503,7 +503,7 @@ cp %{SOURCE32} %{_buildrootdir}/bin || :
|
|||||||
# Update the various config.guess to upstream release for aarch64 support
|
# Update the various config.guess to upstream release for aarch64 support
|
||||||
find ./ -name config.guess -exec cp /usr/lib/rpm/config.guess {} ';'
|
find ./ -name config.guess -exec cp /usr/lib/rpm/config.guess {} ';'
|
||||||
|
|
||||||
MOZ_OPT_FLAGS=$(echo "%{optflags} -fno-lifetime-dse" | %{__sed} -e 's/-Wall//')
|
MOZ_OPT_FLAGS=$(echo "%{optflags}" | %{__sed} -e 's/-Wall//')
|
||||||
#rhbz#1037063
|
#rhbz#1037063
|
||||||
# -Werror=format-security causes build failures when -Wno-format is explicitly given
|
# -Werror=format-security causes build failures when -Wno-format is explicitly given
|
||||||
# for some sources
|
# for some sources
|
||||||
|
Loading…
Reference in New Issue
Block a user