summaryrefslogtreecommitdiff
path: root/.ycm_extra_conf.py
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-10-17 17:19:41 +0000
committerMoonchild <moonchild@palemoon.org>2022-04-01 15:47:43 +0200
commitce0cefe0534a01af0a055a0a781d898e8b9f18ca (patch)
tree9a855f8e126937ef84352d01bacda2b34fb1c130 /.ycm_extra_conf.py
parent35e71030933059c0c312ec2dc35c616e31a3af75 (diff)
downloaduxp-ce0cefe0534a01af0a055a0a781d898e8b9f18ca.tar.gz
Issue #1053 - Second pass remove android defines and build system stuff.
Mostly IPC, tools and mozbuild.
Diffstat (limited to '.ycm_extra_conf.py')
-rw-r--r--.ycm_extra_conf.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py
index 4539ae535a..ec40658360 100644
--- a/.ycm_extra_conf.py
+++ b/.ycm_extra_conf.py
@@ -36,11 +36,6 @@ def FlagsForFile(filename):
flag_list = shlex.split(out.getvalue())
- # This flag is added by Fennec for android build and causes ycmd to fail to parse the file.
- # Removing this flag is a workaround until ycmd starts to handle this flag properly.
- # https://github.com/Valloric/YouCompleteMe/issues/1490
- final_flags = [x for x in flag_list if not x.startswith('-march=armv')]
-
return {
'flags': final_flags,
'do_cache': True