summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2019-03-21 11:31:53 +0100
committerWim Taymans <wtaymans@redhat.com>2019-03-21 11:31:53 +0100
commit5a2ccee1ff2bafa0e7d2c373def9fe97e921c942 (patch)
tree3497f6585c34e9d9b0f702e62076c9fee31175a0 /meson.build
parent036ca89c0e9bc67db39a70c800d80c5a51e1b1a4 (diff)
Add FASTPATH trace log
Add a trace_fp that can be optimized away when FASTPATH is defined.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 3261cadf..6807ab17 100644
--- a/meson.build
+++ b/meson.build
@@ -46,6 +46,7 @@ if cc.get_id() == 'gcc'
'-Wsign-compare',
'-Wimplicit-fallthrough',
'-Wpointer-arith',
+# '-DFASTPATH',
language : 'c')
endif