info.c (tagcompare): use a locale-insensitive toupper()
[platform/upstream/libvorbis.git] / .ycm_extra_conf.py
1 def FlagsForFile(filename, **kwargs):
2   return {
3     'flags': [
4       '-x', 'c',
5       '-g', '-Wall', '-Wextra',
6       '-D_REENTRANT', '-D__NO_MATH_INLINES', '-fsigned-char'
7     ],
8   }