Too many things

This commit is contained in:
Geoffrey Frogeye 2017-01-14 18:34:14 +01:00
parent a1ab569bfb
commit b8ead05322
6 changed files with 32 additions and 16 deletions

4
config/ycm_extra_conf.py Normal file
View file

@ -0,0 +1,4 @@
def FlagsForFile(filename, **kwargs):
return {
'flags': ['-Wall', '-Wextra', '-lm'],
}