mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
rusticl/meson: remove -Aclippy::arc-with-non-send-sync flag
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27747>
This commit is contained in:
parent
ce06bdf916
commit
14ccfb41bc
1 changed files with 0 additions and 7 deletions
|
|
@ -92,13 +92,6 @@ rusticl_args = [
|
||||||
'-Aclippy::type_complexity',
|
'-Aclippy::type_complexity',
|
||||||
]
|
]
|
||||||
|
|
||||||
if rustc.version().version_compare('>=1.72')
|
|
||||||
rusticl_args += [
|
|
||||||
# Needs to be fixed
|
|
||||||
'-Aclippy::arc-with-non-send-sync'
|
|
||||||
]
|
|
||||||
endif
|
|
||||||
|
|
||||||
if with_platform_x11
|
if with_platform_x11
|
||||||
rusticl_args += [
|
rusticl_args += [
|
||||||
'--cfg', 'glx',
|
'--cfg', 'glx',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue