fix ycm
This commit is contained in:
parent
c1ff300d4f
commit
35be38fe16
@ -4,12 +4,9 @@ def FlagsForFile(filename, **kwargs):
|
|||||||
'-Wextra',
|
'-Wextra',
|
||||||
'-Werror'
|
'-Werror'
|
||||||
'-pedantic',
|
'-pedantic',
|
||||||
|
'-std=c++11'
|
||||||
'-I',
|
'-I',
|
||||||
'.',
|
'.',
|
||||||
'-isystem',
|
|
||||||
'/usr/include',
|
|
||||||
'-xc++',
|
|
||||||
'-std=c++11'
|
|
||||||
]
|
]
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user