Accepting request 950688 from home:marxin:branches:devel:tools:compiler

- Silent warnings for tramp3d compilation.

OBS-URL: https://build.opensuse.org/request/show/950688
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/dwz?expand=0&rev=39
This commit is contained in:
Martin Pluskal 2022-02-07 09:49:55 +00:00 committed by Git OBS Bridge
parent 8b8cc52d71
commit 2893fd38a5
2 changed files with 6 additions and 1 deletions

View File

@ -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>

View File

@ -127,7 +127,7 @@ xz -d tramp3d-v4.cpp.xz
# Do PGO with tramp3d as input file
%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 t3
cp t1 t4