summaryrefslogtreecommitdiffhomepage
path: root/contrib/vorbis/.ycm_extra_conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/vorbis/.ycm_extra_conf.py')
-rw-r--r--contrib/vorbis/.ycm_extra_conf.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/contrib/vorbis/.ycm_extra_conf.py b/contrib/vorbis/.ycm_extra_conf.py
deleted file mode 100644
index f4e30e8..0000000
--- a/contrib/vorbis/.ycm_extra_conf.py
+++ /dev/null
@@ -1,8 +0,0 @@
-def FlagsForFile(filename, **kwargs):
- return {
- 'flags': [
- '-x', 'c',
- '-g', '-Wall', '-Wextra',
- '-D_REENTRANT', '-D__NO_MATH_INLINES', '-fsigned-char'
- ],
- }