From 8e94244f86e657e4113e35438e59cf5771882b25 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 3 Mar 2024 12:51:03 +0100 Subject: libogg and libvorbis are no longer part of this source tree --- contrib/vorbis/.ycm_extra_conf.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 contrib/vorbis/.ycm_extra_conf.py (limited to 'contrib/vorbis/.ycm_extra_conf.py') 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' - ], - } -- cgit v1.1