Accepting request 1036954 from devel:tools:compiler

OBS-URL: https://build.opensuse.org/request/show/1036954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dwz?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2022-11-22 15:09:13 +00:00 committed by Git OBS Bridge
commit c863669d9b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Nov 20 16:04:19 UTC 2022 - Bernhard Wiedemann <bwiedemann@suse.com>
- Make PGO training independent from number of build machine cores
(boo#1040589)
-------------------------------------------------------------------
Mon Nov 7 08:09:38 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -123,7 +123,7 @@ g++ tramp3d-v4.cpp -O2 -g -w -o t1
cp t1 t2
cp t1 t3
cp t1 t4
./dwz -m tmp.debug t1 t2 t3 t4
./dwz -j 1 -m tmp.debug t1 t2 t3 t4
make clean
%make_build CFLAGS="%{flags} -fprofile-use" LDFLAGS="-fprofile-use"