dotfiles/config/ycm_extra_conf.py

5 lines
103 B
Python
Raw Normal View History

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