mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
meson: add FASTPATH again
It got accidentally removed
This commit is contained in:
parent
771f71f622
commit
27426e12c5
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ common_flags = [
|
||||||
|
|
||||||
cc_flags = common_flags + [
|
cc_flags = common_flags + [
|
||||||
'-D_GNU_SOURCE',
|
'-D_GNU_SOURCE',
|
||||||
# '-DFASTPATH',
|
'-DFASTPATH',
|
||||||
# '-DSPA_DEBUG_MEMCPY',
|
# '-DSPA_DEBUG_MEMCPY',
|
||||||
'-Werror=implicit-function-declaration',
|
'-Werror=implicit-function-declaration',
|
||||||
'-Werror=int-conversion',
|
'-Werror=int-conversion',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue