Accepting request 952065 from devel:tools:compiler
OBS-URL: https://build.opensuse.org/request/show/952065 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dwz?expand=0&rev=18
This commit is contained in:
commit
008a3b4a1c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 2 09:20:10 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Silent warnings for tramp3d compilation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 5 06:20:01 UTC 2022 - Martin Liška <mliska@suse.cz>
|
Wed Jan 5 06:20:01 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
2
dwz.spec
2
dwz.spec
@ -127,7 +127,7 @@ xz -d tramp3d-v4.cpp.xz
|
|||||||
|
|
||||||
# Do PGO with tramp3d as input file
|
# Do PGO with tramp3d as input file
|
||||||
%make_build CFLAGS="%{flags} -fprofile-generate" LDFLAGS="-fprofile-generate"
|
%make_build CFLAGS="%{flags} -fprofile-generate" LDFLAGS="-fprofile-generate"
|
||||||
g++ tramp3d-v4.cpp -O2 -g -o t1
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user