]> git.rmz.io Git - dotfiles.git/blobdiff - vim/ycm_extra_conf.py
dwb: update github css
[dotfiles.git] / vim / ycm_extra_conf.py
index ba188217009cb151d2f7e952378053eb66934c10..ac15c2297f5316fdf57ff37e29ffae07cfc694d2 100644 (file)
@@ -19,19 +19,14 @@ def FlagsForFile( filename, **kwargs ):
   # '-fexceptions',
   # '-DNDEBUG',
   '-std=c++11',
-  '-stdlib=libc++',
+  '-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
   final_flags = MakeRelativePathsInFlagsAbsolute( flags, relative_to )
-  print flags
 
   return {
     'flags': final_flags,