]> git.rmz.io Git - dotfiles.git/blobdiff - vim/ycm_extra_conf.py
Other changes at cadscan (with the ones I want to keep stripped)
[dotfiles.git] / vim / ycm_extra_conf.py
index 74d7b8ec7fc75a8b73bf12b1b4ad2a25c839951d..7a6ca96b4a4e328ee75a082ee15b0c84c17fd007 100644 (file)
@@ -18,15 +18,11 @@ def FlagsForFile( filename, **kwargs ):
   # '-Wno-variadic-macros',
   # '-fexceptions',
   # '-DNDEBUG',
-  '-std=c++11',
-  '-stdlib=libc++',
+  '-std=c++14',
+  '-stdlib=libstdc++',
   '-x', 'c++',
   '-I', '.',
   '-I', './include',
-  '-isystem', '/usr/include/c++/4.9.0',
-  '-isystem', '/usr/include/c++/4.9.0/x86_64-unknown-linux-gnu',
-  '-isystem', '/usr/include/c++/4.9.0/backward',
-  '-isystem', '/usr/lib/clang/3.4.1/include'
   ]
   flags += rospack()
   relative_to = cwd