rhubarb-lip-sync/rhubarb/lib/vorbis-1.3.6/.ycm_extra_conf.py

9 lines
195 B
Python
Raw Normal View History

2018-07-13 20:44:37 +00:00
def FlagsForFile(filename, **kwargs):
return {
'flags': [
'-x', 'c',
'-g', '-Wall', '-Wextra',
'-D_REENTRANT', '-D__NO_MATH_INLINES', '-fsigned-char'
],
}