Improve some debug

This commit is contained in:
Wim Taymans 2019-10-02 18:02:07 +02:00
parent 6e0ffb0c47
commit e04d58ee3a
12 changed files with 24 additions and 21 deletions

View file

@ -47,6 +47,7 @@ if cc.get_id() == 'gcc'
'-Wimplicit-fallthrough',
'-Wpointer-arith',
'-Wformat-security',
# '-DSPA_DEBUG_MEMCPY',
# '-DFASTPATH',
language : 'c')
endif