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

View File

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