dotfiles/config/ycm_extra_conf.py

5 lines
103 B
Python
Raw Normal View History

2017-01-14 18:34:14 +01:00
def FlagsForFile(filename, **kwargs):
return {
'flags': ['-Wall', '-Wextra', '-lm'],
}