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:
Dominique Leuenberger 2022-02-11 22:06:34 +00:00 committed by Git OBS Bridge
commit 008a3b4a1c
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