summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2020-03-18 15:43:29 +0100
committerWim Taymans <wtaymans@redhat.com>2020-03-18 15:43:29 +0100
commit8a2af908a7afdfee9aeb2471a4ec146d697bfc67 (patch)
treec50b69453128bbaf595e0175afb090478ff17fd0 /meson.build
parent57f84ae5aedd2498f92faa92bbc6d64e4d7aa05b (diff)
small optimizations
Add some SPA_LIKELY Enable FASTPATH by default
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 8cc60c7d..1150155d 100644
--- a/meson.build
+++ b/meson.build
@@ -60,7 +60,7 @@ if cc.get_id() == 'gcc'
'-Wold-style-declaration',
'-Wvariadic-macros',
# '-DSPA_DEBUG_MEMCPY',
-# '-DFASTPATH',
+ '-DFASTPATH',
language : 'c')
endif