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:
commit
c863669d9b
@ -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>
|
Mon Nov 7 08:09:38 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
2
dwz.spec
2
dwz.spec
@ -123,7 +123,7 @@ g++ tramp3d-v4.cpp -O2 -g -w -o t1
|
|||||||
cp t1 t2
|
cp t1 t2
|
||||||
cp t1 t3
|
cp t1 t3
|
||||||
cp t1 t4
|
cp t1 t4
|
||||||
./dwz -m tmp.debug t1 t2 t3 t4
|
./dwz -j 1 -m tmp.debug t1 t2 t3 t4
|
||||||
make clean
|
make clean
|
||||||
%make_build CFLAGS="%{flags} -fprofile-use" LDFLAGS="-fprofile-use"
|
%make_build CFLAGS="%{flags} -fprofile-use" LDFLAGS="-fprofile-use"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user