meson: add FASTPATH again

It got accidentally removed
This commit is contained in:
Wim Taymans 2023-10-19 11:31:51 +02:00
parent 771f71f622
commit 27426e12c5

View file

@ -98,7 +98,7 @@ common_flags = [
cc_flags = common_flags + [
'-D_GNU_SOURCE',
# '-DFASTPATH',
'-DFASTPATH',
# '-DSPA_DEBUG_MEMCPY',
'-Werror=implicit-function-declaration',
'-Werror=int-conversion',