diff options
Diffstat (limited to 'ycm_extra_conf.py')
-rw-r--r-- | ycm_extra_conf.py | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ycm_extra_conf.py b/ycm_extra_conf.py deleted file mode 100644 index 7a1828f..0000000 --- a/ycm_extra_conf.py +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | def FlagsForFile(filename, **kwargs): | ||
2 | return { | ||
3 | 'flags': [ | ||
4 | '-Wall', | ||
5 | '-Wextra', | ||
6 | '-Werror', | ||
7 | '-Wno-long-long', | ||
8 | '-Wno-variadic-macros', | ||
9 | '-fexceptions', | ||
10 | '-ferror-limit=10000', | ||
11 | '-DNDEBUG', | ||
12 | '-std=c99', | ||
13 | '-x', 'c', | ||
14 | '-D_GNU_SOURCE', | ||
15 | '-I.', | ||
16 | '-I', '/usr/include/' | ||
17 | ], | ||
18 | 'do_cache': True, | ||
19 | } | ||
20 | |||
21 | # vim:set et sw=4 ts=4 tw=120: | ||