mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-16 22:05:31 -05:00
SPA does not respect the C strict aliasing rules at all, so any code that uses it must be built with -fno-strict-aliasing. Furthermore, there is code in SPA that compares pointers that point to different objects, so -fno-strict-overflow is also needed. |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| include-private/spa-private | ||
| lib | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||