Add FASTPATH trace log

Add a trace_fp that can be optimized away when FASTPATH is defined.
This commit is contained in:
Wim Taymans 2019-03-21 11:31:53 +01:00
parent 036ca89c0e
commit 5a2ccee1ff
17 changed files with 98 additions and 87 deletions

View file

@ -46,6 +46,7 @@ if cc.get_id() == 'gcc'
'-Wsign-compare',
'-Wimplicit-fallthrough',
'-Wpointer-arith',
# '-DFASTPATH',
language : 'c')
endif