Accepting request 1075172 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1075172 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=142
This commit is contained in:
commit
17b0c42ce5
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 29 08:17:25 UTC 2023 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Build without -z now (bsc#1208407)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 26 09:40:36 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -153,6 +153,8 @@ but it has been successfully used to optimize several KDE applications.
|
||||
|
||||
%build
|
||||
%define _lto_cflags %{nil}
|
||||
# The preloaded libs for intercepting rely on lazy binding (bsc#1208407)
|
||||
export SUSE_ZNOW=0
|
||||
export FLAGS="%{optflags}"
|
||||
# not a good idea to build valgrind with fortify, as it does not link glibc
|
||||
FLAGS="${FLAGS/-D_FORTIFY_SOURCE=2/}"
|
||||
|
Loading…
Reference in New Issue
Block a user