Accepting request 1243466 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1243466 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=59
This commit is contained in:
commit
2c6fae5a1e
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 27 07:55:53 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- Stop using -fprofile-arcs in the final build
|
||||
instrumentation is not wanted there and
|
||||
it broke reproducible builds (boo#1040589)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 20:39:51 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
@ -48,7 +48,7 @@ export CFLAGS="%{optflags}"
|
||||
%make_build CFLAGS="$CFLAGS %{cflags_profile_generate}" LDFLAGS="-fprofile-arcs"
|
||||
%make_build check
|
||||
%make_build clean
|
||||
%make_build CFLAGS="$CFLAGS %{cflags_profile_feedback}" LDFLAGS="-fprofile-arcs"
|
||||
%make_build CFLAGS="$CFLAGS %{cflags_profile_feedback}"
|
||||
%else
|
||||
%make_build
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user