Better include path for YCM users

This commit is contained in:
Dominic Hamon 2014-01-16 09:12:59 -08:00
parent d098d4c12e
commit 076f0df7fc
1 changed files with 4 additions and 8 deletions

View File

@ -16,14 +16,10 @@ flags = [
# language that the files to be compiled are written in. This is mostly
# relevant for c++ headers.
# For a C project, you would set this to 'c' instead of 'c++'.
'-x',
'c++',
'-I',
'.',
'-isystem',
'/usr/include',
'-isystem',
'/usr/local/include',
'-x', 'c++',
'-I', 'include',
'-isystem', '/usr/include',
'-isystem', '/usr/local/include',
]