mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Disable strict aliasing
PipeWire (and SPA, for that matter) violate it.
This commit is contained in:
parent
e8f3450a58
commit
899c0d3d78
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ cc = meson.get_compiler('c')
|
|||
|
||||
common_flags = [
|
||||
'-fvisibility=hidden',
|
||||
'-fno-strict-aliasing',
|
||||
'-Werror=suggest-attribute=format',
|
||||
'-Wsign-compare',
|
||||
'-Wpointer-arith',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue