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, 8 insertions, 0 deletions
diff --git a/contrib/vorbis/.ycm_extra_conf.py b/contrib/vorbis/.ycm_extra_conf.py
new file mode 100644
index 0000000..f4e30e8
--- /dev/null
+++ b/contrib/vorbis/.ycm_extra_conf.py
@@ -0,0 +1,8 @@
+def FlagsForFile(filename, **kwargs):
+ return {
+ 'flags': [
+ '-x', 'c',
+ '-g', '-Wall', '-Wextra',
+ '-D_REENTRANT', '-D__NO_MATH_INLINES', '-fsigned-char'
+ ],
+ }