mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
amd/addrlib: remove Meson debug message()
This message pops up in the Meson build logs, but has no context and doesn't seem to be directed at end-users. Sounds like a leftover from a debugging session. Signed-off-by: Simon Ser <contact@emersion.fr> Fixes:d0767fc045("amd/addrlib: use cpp.has_argument() to filter compiler arguments") Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11524> (cherry picked from commit17f0d7ef83)
This commit is contained in:
parent
94bc232abe
commit
31aa33c182
2 changed files with 1 additions and 3 deletions
|
|
@ -1606,7 +1606,7 @@
|
|||
"description": "amd/addrlib: remove Meson debug message()",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "d0767fc045a1210f9fff464b96dd68cf36fe57f9"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -68,8 +68,6 @@ foreach w : ['-Wno-unused-variable', '-Wno-unused-local-typedefs',
|
|||
endif
|
||||
endforeach
|
||||
|
||||
message(cpp_args_addrlib)
|
||||
|
||||
libamdgpu_addrlib = static_library(
|
||||
'addrlib',
|
||||
files_addrlib,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue