Accepting request 1036953 from home:bmwiedemann:branches:devel:tools:compiler

Make PGO training independent from number of build machine cores (boo#1040589)

OBS-URL: https://build.opensuse.org/request/show/1036953
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/dwz?expand=0&rev=46
This commit is contained in:
Martin Liška 2022-11-20 16:11:56 +00:00 committed by Git OBS Bridge
parent c7b04ac477
commit 69d4fce808
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"